]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-manual-beaming.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / beam-manual-beaming.ly
index 525f559c5052ca4e88cc93f94cbd342b66f5f94e..dfb0175d93d6cd65dfbc874aef9994dc6961847e 100644 (file)
@@ -1,24 +1,26 @@
+
+\version "2.19.21"
+
+
 \header {
-texidoc =  
-"Beaming can be overidden for individual stems."
+  texidoc = 
+  "Beaming can be overidden for individual stems."
+}
+\layout{ 
+  ragged-right = ##t 
 }
-\score {
-\notes \relative c'' {
- [c32 c
-
 
-%% WARNING: #'beaming is written, so this
-%% property can not be shared between objects. Always use
-%%  \once.
-%%
+\relative {
+  c''32[ c
 
+       %% WARNING: #'beaming is written, so this
+       %% property can not be shared between objects. Always use
+       %%  \once.
+       %%
 
-  \once \property Voice.Stem \override
-   #'beaming = #(cons (list   1 2) (list 0 2 4))
-c
-  \once \property Voice.Stem \override
-   #'beaming = #(cons (list 0 2 4) (list 0 1 4))
-c c c]
-}
-\paper{ linewidth = -1.0 }
+       \once \override Stem.beaming = #(cons (list   1 2) (list 0 2 4))
+       c
+       \once \override Stem.beaming = #(cons (list 0 2 4) (list 0 1 4))
+       c c c]
 }
+