transposeGlobal und layout zeug lauffähig bekommen
This commit is contained in:
parent
a105ffc96a
commit
fa2cb9f9bc
@ -10,7 +10,7 @@ HEADER = \bookpart {
|
||||
%page-count = #1 % dieser Befehl quetscht alles auf diese Seitenanzahl
|
||||
%markup-system-spacing.padding = 4 %Abstand zwischen Titel und Noten
|
||||
%top-system-spacing.padding = 6 %Abstand zwischen Seitenrand und obersten Notensystem (wenn was anderes da steht wie z.B. Titel/ Text, greift das nicht) gut um z.B. noten auf der zweiten Seite runter zu machen
|
||||
%#(layout-set-staff-size 13) %Größe ändern
|
||||
#(layout-set-staff-size 13) %Größe ändern
|
||||
}
|
||||
|
||||
\header {
|
||||
@ -21,7 +21,8 @@ HEADER = \bookpart {
|
||||
}
|
||||
}
|
||||
|
||||
%\transposeGlobal d e
|
||||
\transposeGlobal d e
|
||||
|
||||
MUSIC =
|
||||
{
|
||||
<<
|
||||
|
@ -32,6 +32,8 @@ firstVoice = \relative c' {
|
||||
\bar "|."
|
||||
}
|
||||
|
||||
verseChords = \chordmode { c }
|
||||
|
||||
MUSIC = {
|
||||
<<
|
||||
\chords {
|
||||
@ -44,7 +46,7 @@ MUSIC = {
|
||||
>>
|
||||
>>
|
||||
}
|
||||
|
||||
%}
|
||||
TEXT = \markuplist {
|
||||
\group-verses {
|
||||
\chordverse #"2."
|
||||
|
@ -21,6 +21,7 @@ songPath = "../../lieder"
|
||||
\includeSong "vorlage_light"
|
||||
\imagepage #125 "see.eps"
|
||||
\includeSong "vorlage_satz"
|
||||
%}
|
||||
%Zur Übersichtlichkeit:
|
||||
%A
|
||||
%B
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 5884ab9d2cfc67d5396fd7800ae6da99960fa3fc
|
||||
Subproject commit 201a54f60a86d0c3acf996de54eab98ea9e57bec
|
@ -82,12 +82,15 @@ bridgeVerse = \lyricmode {
|
||||
Das hier ist ei -- ne Bridge
|
||||
}
|
||||
|
||||
songChords = \chords {
|
||||
|
||||
verseChords = \chordmode {
|
||||
s4 d2 h:m fis:m b g1 \klamm{a2. d4} c1/h
|
||||
e \once \set chordChanges = ##f e %gleichbl. Akkord sichtbar machen
|
||||
h:1.3.5.11
|
||||
}
|
||||
|
||||
songChords = \chords { \verseChords }
|
||||
|
||||
bridgeChords = \chords { a2:m a:m a:m a:m }
|
||||
|
||||
thirdVerseMarkup =
|
||||
|
Loading…
Reference in New Issue
Block a user