]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/chords-headword.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / manual / chords-headword.ly
index aca3c5772fa5e70c9e9bc966baf8d6990c40b263..5e141af3d559aa1be24de3dc80c88f31a6e73911 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.51"
+\version "2.11.57"
 #(set-global-staff-size 15)
 \paper{
   ragged-right=##f
@@ -6,6 +6,13 @@
   indent=0\cm
 }
 
+\layout {
+  \context { \Score
+    \override PaperColumn #'keep-inside-line = ##t
+    \override NonMusicalPaperColumn #'keep-inside-line = ##t
+  }
+}
+
 theChords = \chordmode {
   \time 2/2
   f1 | c2 f2 | f1 | c2 f2| %\break 
@@ -36,7 +43,7 @@ c''2 f''4 d'' |  c''2  bes'4  a' | bes'2 a' | g'1 |
 
 Alto = { 
   \key f \major 
-  c'2 c'4 c' | d'4 c' c'2 | f'4. f'8 f'4 ges' | g'4 e' f'2 |
+  c'2 c'4 c' | d'4 c' c'2 | f'4. f'8 f'4 fis' | g'4 e' f'2 |
   f'2 f'4 f' |  f'2  g'4  f' | e'2 f' | e'1 | 
 }