]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-volta-repeat.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / grace-volta-repeat.ly
index 8143a3a0cad4875c71f06ab13c47adb3ae24d618..4730417f9dd668b3061fd0f37ca5e09584bafd7e 100644 (file)
@@ -1,20 +1,25 @@
+\version "2.11.51"
 
 \header {
 
-    texidoc = "Repeated music can start with grace notes.  Bar checks
+  texidoc = "Repeated music can start with grace notes.  Bar checks
     preceding the grace notes do not cause synchronization effects.  "
 
 }
 
-\score{
-   \notes\relative c'''{\key a \minor \time 2/4
-     \repeat "volta" 2 {
-     \grace { [a16( c] }  c,4 c4  |
-     \grace { [e'16( gis] } c,4 c4 |
-     
-     }
-   }
-   \paper { linewidth = -1. }
- }
+\layout { ragged-right = ##t}
+
+
+
+\relative c''{\key a \minor \time 2/4
+             \repeat "volta" 2 {
+               \grace {  a16[ b] }  c4 c4  |
+               \grace {  d16[ b] } c4 c4 |
+               
+             }
+           }
+
+