]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-alternate.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / test / beam-alternate.ly
index a0dd6ad3b3cf6265395b4903998bbc5632d07574..9d599d91da676b580cca1021c2087d205ea3ca37 100644 (file)
@@ -1,35 +1,34 @@
 
 \header {
 
-    texidoc = "Meshing eighths beams, connected by ties. This occurs
-    in (for example) in the cello suites. See also
-    @file{tie-cross-voice.ly}."
+    texidoc = "The eighth notes may be seemingly attached to different
+    beams, and the corresponding notes connected by ties (see also
+    @file{tie-cross-voice.ly}). 
+    Such a situation may occur, for example, in the cello suites."
 
 }
 
-\version "2.1.25"
+\version "2.10.0"
 
 wipeNote = {
     \once \override NoteHead #'transparent = ##t
     \once \override Stem #'transparent = ##t 
 }
-
-
-\score {
-    \notes \relative c'' {
-       << {
-           c8[~
-           \wipeNote
-           c8
-           c8~
-           \wipeNote
-           c~
-           c]
-       }\\
-          { s8 c8 [ s c s c] }
-
-          
-       >>
-    }
-    \paper { raggedright = ##t }
-}
+\layout { ragged-right = ##t }
+
+
+\relative c''<< {
+    c8[~
+       \wipeNote
+       c8
+       c8~
+       \wipeNote
+       c
+       c]~
+    \wipeNote
+    c\noBeam
+}\\
+   { s8 c8 [ s c s c] }
+
+   
+>>