]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-volta-repeat.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / grace-volta-repeat.ly
index bf1e7f468af72b9ce6b547f919ecad1268b5a6b5..b19a9a7c5fc5f9602a7d2b7458f94a33599f1436 100644 (file)
@@ -1,22 +1,25 @@
-\version "1.7.16"
+\version "2.17.28"
 
 \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 { raggedright = ##t}
- }
+\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 |
+               
+             }
+           }
+
+
 
 
-%% new-chords-done %%