transposeGlobal in vorlage eingebaut
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
|
||||
\include "../../lilypond-custom-includes/base_config.ly"
|
||||
|
||||
%\transposeGlobal a g
|
||||
|
||||
HEADER = \bookpart {
|
||||
|
||||
\paper {
|
||||
@ -100,8 +102,8 @@ bridgeVerse = \lyricmode {
|
||||
Das hier ist ei -- ne Bridge
|
||||
}
|
||||
|
||||
MUSIC = %\transpose g e
|
||||
{
|
||||
MUSIC =
|
||||
{
|
||||
<<
|
||||
\chords {
|
||||
s4 d2 h:m fis:m b g1 \klamm{a2. d4} c1/h
|
||||
@ -118,7 +120,6 @@ MUSIC = %\transpose g e
|
||||
}
|
||||
|
||||
TEXT = \markuplist
|
||||
%\transpose g e
|
||||
{
|
||||
%\fontsize #-1 %Text in den Strophen kleiner
|
||||
%\vspace #1.5 %Abstand zwischen Strophen
|
||||
@ -183,7 +184,7 @@ TEXT = \markuplist
|
||||
}
|
||||
\group-verses {
|
||||
%\override #'(baseline-skip . 1) %Damit verändert man den Abstand der Notenzeilen
|
||||
\score {
|
||||
\score { \inline-score
|
||||
<<
|
||||
\chords { a2:m a:m a:m a:m }
|
||||
\new Voice { \bridge }
|
||||
|
Reference in New Issue
Block a user