Compare commits
No commits in common. "7e7d6820fbd61eb8400657a2cbcae9b7fe3d5a96" and "eba0cc537551d407307b6896ff72fd495d8dd113" have entirely different histories.
7e7d6820fb
...
eba0cc5375
@ -14,7 +14,6 @@
|
|||||||
\include "chord_settings.ly"
|
\include "chord_settings.ly"
|
||||||
\include "verses_with_chords.ly"
|
\include "verses_with_chords.ly"
|
||||||
\include "arrows_in_scores.ly"
|
\include "arrows_in_scores.ly"
|
||||||
\include "swing_style.ly"
|
|
||||||
|
|
||||||
% reset important variables
|
% reset important variables
|
||||||
LAYOUT = \layout { \generalLayout }
|
LAYOUT = \layout { \generalLayout }
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
songFormatAndSize = "a5"
|
songFormatAndSize = "a5"
|
||||||
songMargin = 5
|
songMargin = 5
|
||||||
songInfoFontSize = 0
|
songInfoFontSize = 0
|
||||||
songTitleFont = "Fontin Bold"
|
songTitleFont = "Fontin"
|
||||||
songChordFont = "Fontin"
|
songChordFont = "Fontin"
|
||||||
songLyricFont = "FontinSans"
|
songLyricFont = "FontinSans"
|
||||||
songChordFontSeries = #'bold
|
songChordFontSeries = #'bold
|
||||||
|
@ -1,48 +0,0 @@
|
|||||||
swing = \mark \markup {
|
|
||||||
\line \general-align #Y #DOWN {
|
|
||||||
\score {
|
|
||||||
\new Staff \with {
|
|
||||||
fontSize = #-2
|
|
||||||
\override StaffSymbol.line-count = #0
|
|
||||||
% \override VerticalAxisGroup.Y-extent = #'(0 . 0)
|
|
||||||
}
|
|
||||||
\relative {
|
|
||||||
\stemUp
|
|
||||||
\override Score.SpacingSpanner.common-shortest-duration = #(ly:make-moment 3 16)
|
|
||||||
\override Beam.positions = #'(2 . 2)
|
|
||||||
h'8[ h8]
|
|
||||||
}
|
|
||||||
\layout {
|
|
||||||
ragged-right= ##t
|
|
||||||
indent = 0
|
|
||||||
\context {
|
|
||||||
\Staff \remove "Clef_engraver"
|
|
||||||
\remove "Time_signature_engraver"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
" ="
|
|
||||||
\score {
|
|
||||||
\new Staff \with {
|
|
||||||
fontSize = #-2
|
|
||||||
\override StaffSymbol.line-count = #0
|
|
||||||
% \override VerticalAxisGroup.Y-extent = #'(0 . 0)
|
|
||||||
}
|
|
||||||
\relative {
|
|
||||||
\stemUp
|
|
||||||
\override Score.SpacingSpanner.common-shortest-duration = #(ly:make-moment 3 16)
|
|
||||||
\override Stem.length = #4.5
|
|
||||||
\tuplet 3/2 { h'4 h8 }
|
|
||||||
}
|
|
||||||
\layout {
|
|
||||||
ragged-right= ##t
|
|
||||||
indent = 0
|
|
||||||
\context {
|
|
||||||
\Staff
|
|
||||||
\remove "Clef_engraver"
|
|
||||||
\remove "Time_signature_engraver"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user