]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/unfretted-headword.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / manual / unfretted-headword.ly
index 326bed2c442c2eee7aaf7190e2bb8d83b23616c7..e859e1357be463126e2d69771ab9b82f2a4c7631 100644 (file)
 
 %% Here by, I, the composer, agree that this extract of my composition
 %% be in the public domain and can be part of, used and presented in
-%% the Lilypond Documention Project.
+%% the LilyPond Documention Project.
 
 %% Statement Date: Octber the 9th, 2008
 
 
-\version "2.11.61"
+\version "2.12.0"
 #(set-global-staff-size 15)
 
 %%%
@@ -128,7 +128,7 @@ ViolinSolo = \relative c' {
 
   %% Measure 2
   \time 7/4
-  \set Score.repeatCommands = #'((volta "¹) n.      ²) s.p."))
+  \set Score.repeatCommands = #'((volta "1) n.      2) s.p."))
   <<
     { \shift d2 \glissando ^\markup \colmark { \quatre \udbetc } \shifta e1 } \\
     { d2 \open \mf \< ~ d1 \! \> ~ d4 ^\markup \colmark { " " \fermaTa } \! }
@@ -214,6 +214,9 @@ ViolinSolo = \relative c' {
     \context {
       \Staff
       \remove "Time_signature_engraver"
+    }
+    \context {
+      \Score
       \remove "Bar_number_engraver"
     }
   }