]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-volta-repeat.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-volta-repeat.ly
index 5fd5cb8e9d046dd74f4d8aa33f65a165da0f014f..9808c736fa19c8b56fc3cb8dfe635135ef00bdec 100644 (file)
@@ -1,23 +1,25 @@
-#(ly:set-option 'old-relative)
-\version "1.9.8"
+\version "2.14.0"
 
 \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 |
+               
+             }
+           }
+