]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-position.ly
(srcdir): urg. Touch install-sh.
[lilypond.git] / input / regression / beam-position.ly
index f00c52f5d55077a41a8eb7e7a4af212a71fd0bd5..0783a2e44b664b15b1a231e99f86b5acecc4dd2b 100644 (file)
@@ -1,29 +1,27 @@
 
-\version "2.3.16"
+\version "2.7.13"
 \header{
 
-texidoc=" Beams on ledgered notes should always reach the middle staff
+  texidoc=" Beams on ledgered notes should always reach the middle staff
 line.  The second beam counting from the note head side, should never
 be lower than the second staff line.  This does not hold for grace
 note beams.  Override with @code{no-stem-extend}.  "
 
 }
 
+\layout {
+  raggedright = ##t
+}  
 
-\score { 
-  \context Voice \relative c {
-     f8[ f]   f64[ f] 
-     \grace { 
-       f8[ e8] 
-      \override Stem  #'no-stem-extend = ##f
-       f8[ e8] 
-      \revert Stem #'no-stem-extend
-    }
-        f8[ f]
-       
+
+\context Voice \relative c {
+  f8[ f]   f64[ f] 
+  \grace { 
+    f8[ e8] 
+    \override Stem  #'no-stem-extend = ##f
+    f8[ e8] 
+    \revert Stem #'no-stem-extend
   }
-  \paper {
-    raggedright = ##t
-  }  
-  \midi { }
+  f8[ f]
+  
 }