]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/update-with-convert-ly.sh
authorDavid Kastrup <dak@gnu.org>
Thu, 21 Mar 2013 06:36:35 +0000 (07:36 +0100)
committerDavid Kastrup <dak@gnu.org>
Thu, 21 Mar 2013 06:36:35 +0000 (07:36 +0100)
43 files changed:
Documentation/fr/notation/rhythms.itely
Documentation/ja/notation/input.itely
Documentation/snippets/displaying-a-whole-grandstaff-system-if-only-one-of-its-staves-is-alive.ly
Documentation/snippets/unfretted-headword.ly
input/regression/accidental-collision.ly
input/regression/accidental-piano.ly
input/regression/alignment-order.ly
input/regression/bar-line-define-bar-glyph.ly
input/regression/bar-line-define-bar-line.ly
input/regression/bar-line-segno.ly
input/regression/bar-lines.ly
input/regression/beam-collision-basic.ly
input/regression/beam-collision-beamcount.ly
input/regression/beam-collision-prefatory-matter.ly
input/regression/collision-alignment.ly
input/regression/figured-bass-continuation-center.ly
input/regression/figured-bass-continuation-modifiers.ly
input/regression/figured-bass-continuation.ly
input/regression/grace-slashed-no-slur.ly
input/regression/instrument-switch-invalid-warning.ly
input/regression/instrument-switch.ly
input/regression/keys.ly
input/regression/line-dashed-period.ly
input/regression/lyric-combine-switch-voice-2.ly
input/regression/lyric-combine-switch-voice.ly
input/regression/music-function-end-spanners.ly
input/regression/no-staff.ly
input/regression/optional-args.ly
input/regression/repeat-percent-grace.ly
input/regression/rest-collision-beam-note.ly
input/regression/script-stack-horizontal.ly
input/regression/set-once.ly
input/regression/skip-of-length.ly
input/regression/slur-dynamics.ly
input/regression/slur-script.ly
input/regression/song-reordering.ly
input/regression/song-reordering2.ly
input/regression/song-slurs.ly
input/regression/system-start-heavy-bar.ly
input/regression/system-start-nesting.ly
input/regression/tablature-slide.ly
input/regression/tie-whole.ly
input/regression/trill-spanner-grace.ly

index adde26aa93dc5c4a0639e163c8acbbf8187a5e72..f07a069f553bf002b57d1cd407c18631fd5a5278 100644 (file)
@@ -8,7 +8,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.11"
+@c \version "2.17.15"
 
 @c Translators: Frédéric Chiasson, Jean-Charles Malahieude
 @c Translation checkers: Valentin Villenave, François Martin, Xavier Scheuer
@@ -438,7 +438,7 @@ longues doivent s'aligner sur les subdivisions de la mesure, comme ici :
 
 @c KEEP LY
 @lilypond[verbatim,quote]
-\relative {
+\relative c' {
   r8^"oui" c8 ~ c2 r4 |
   r8^"non" c2 ~ c8 r4
 }
index a8a42fff974da99a0d6590fbdd2dbb5398fdff60..0f02c9a92200136003834bd0e996791261aabab6 100644 (file)
@@ -7,7 +7,7 @@
     Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.17.6"
+@c \version "2.17.15"
 
 
 @c Translators: Yoshiki Sawada
@@ -2231,7 +2231,7 @@ portuguese = \lyricmode {
   à vo -- cê uma can -- ção legal
 }
 
-\relative  {
+\relative c'  {
   c2 d e f g f e
 }
 \addlyrics { \bulgarian }
index d3de13e21d24cfc7f2fbed28454949c485511f5a..bb20ae2d0e8ac5c147007f9d3392524d7b991303 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.15"
 
 \header {
   lsrtags = "contexts-and-engravers"
@@ -36,7 +36,7 @@ the second violin is also displayed.
       \new Staff = "Staff_flute" \with {
         instrumentName = "Flute"
         shortInstrumentName = "Fl"}
-        \relative { \repeat unfold 3 { c'4 c c c | c c c c | c c c c | \break }
+        \relative c' { \repeat unfold 3 { c'4 c c c | c c c c | c c c c | \break }
       }
     >>
     \new StaffGroup = "StaffGroup_Strings"
@@ -54,7 +54,7 @@ the second violin is also displayed.
           instrumentName = "Violin II"
           shortInstrumentName = "Vi II"
         }
-        \relative { e1 \repeat unfold 8 { s1 } }
+        \relative c' { e1 \repeat unfold 8 { s1 } }
       >>
       \new Staff = "Staff_cello" \with {
         instrumentName = "Cello"
index de2d700e78273bf5fce82bf765aeec9ca9dad0e6..0b71a75ab59aca7e6970966cea9363ed7c6422b7 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.11"
+\version "2.17.15"
 
 \header {
   lsrtags = "headword"
@@ -216,7 +216,7 @@ ViolinSolo = \relative c' {
 \score {
 
   <<
-    \relative <<
+    \relative c' <<
       \new Staff \ViolinSolo
     >>
 
index aab51034c8f16830b9f41a94f883dbece89f2e05..063c8065b14f5b4f4db22e0dcd14835b52fa89f1 100644 (file)
@@ -2,9 +2,9 @@
   texidoc = "accidentals avoid stems of other notes too."
   }
 
-\version "2.16.0"
+\version "2.17.15"
 
 \paper {
   ragged-right  = ##t
   }
-\new Staff \relative <<bes' \\ a'>>
+\new Staff \relative c' <<bes' \\ a'>>
index a09f5bf7d600bcfda5c8c30d081f4b8c35170d25..c1c64c80cb1dddcf777f75314c9bbb1b82ddeca8 100644 (file)
@@ -6,14 +6,14 @@ accidental."
 
 }
 
-\version "2.17.6"
+\version "2.17.15"
 
 \layout
 {
     ragged-right = ##t
 }
     
-\new PianoStaff \relative <<
+\new PianoStaff \relative c' <<
     \accidentalStyle piano
     \new Staff { ges'4 ges4 }
     \new Staff { r8 gis r8 gis }
index 88e1ec24816358e776de8814bbdb3e2f787ddb0b..5a6be94daff256e559067690e8153f6fee75f356 100644 (file)
@@ -3,13 +3,13 @@
 anywhere in the vertical alignment. "
 }
 
-\version "2.17.11"
+\version "2.17.15"
 
 \paper {
   ragged-right = ##t
 }
 
-\relative <<
+\relative c' <<
   \new Staff = "1" { c2 c s1 }
   \new Staff = "2" { c2  c s1 }
   \new StaffGroup <<
index 7b5ce64ae2b8f96c729a01b03ca0272217a5eebb..cceab759f119ee2f6a0c62bfb9a6899f142cb14b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.5"
+\version "2.17.15"
 
 \header { texidoc = "New bar line glyphs can be defined in Scheme."
         }
@@ -16,7 +16,7 @@
 \defineBarLine "0" #'("0" "" "")
 
 
-\relative \new StaffGroup <<
+\relative c' \new StaffGroup <<
   \new Staff {
     c4 c \bar "0" c c \bar "0" \break
     c1
index 97ff74f981cee9c42a9d4719d0dc348279ec00e2..b181aa3890409efa149749410f39a7578bf29fb3 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.5"
+\version "2.17.15"
 
 \header { texidoc = "New bar line styles can be defined by @code{\\defineBarLine}."
         }
@@ -8,7 +8,7 @@
 \defineBarLine "[|;" #'("|" "[|;" " |")
 \defineBarLine ";|]" #'(";|]" "" " |")
 
-\relative \new StaffGroup <<
+\relative c' \new StaffGroup <<
   \new Staff {
     c4 c \bar "[|;" c c \bar ";|]" \break
     c4 c \bar ";|]" c c \bar "[|;" \break
index 7b17c0f58b7c418e645c93eb007f0f5160e714c1..3bbf05e07528a3295c0e5d2689e2e645cb0a2a79 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.5"
+\version "2.17.15"
 
 \header { texidoc = "Segno bar lines can be used to mark
                      the begin and the end of a segno part."
@@ -6,7 +6,7 @@
 
 \paper { ragged-right = ##t }
 
-\relative \new StaffGroup <<
+\relative c' \new StaffGroup <<
   \new Staff {
     c4 \bar "S" c \bar "S-|" c \bar "S-S" c \bar ":|.S" \break
     c4 c \bar ":|.S.|:" c c \bar ":|.S.|:-S" \break
index 1ae85f4e262528cbc344392a965f73e0e8369631..3beb61a9046ecc808635ac282226978c06c18071 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.5"
+\version "2.17.15"
 
 \header { texidoc = "Various types of bar lines can be drawn.
 
@@ -15,7 +15,7 @@ space, centered on the top-most barline.
 
 " }
 
-\relative \new StaffGroup <<
+\relative c' \new StaffGroup <<
   \new Staff = "1" {
     c2 \bar "!" c
     s1
index e7951e15abefcab87ac27d0421e0a15cc2e57542..507b5a5560fe95b880ce6c334f1dc297146d5781 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.15"
 \header {
   texidoc = "Manual beams do not collide with notes."
 }
@@ -8,7 +8,7 @@
   indent = #0.0
 }
 
-\relative \new Staff {
+\relative c' \new Staff {
 
   <<
     \new Voice {
   
   <<
      \new Voice {
-       \repeat unfold 8 \relative {
+       \repeat unfold 8 \relative c' {
         \voiceOne
         c8[
         \voiceTwo
         c'']
        }
      }
-     \new Voice \relative {
+     \new Voice \relative c' {
        \voiceFour
        s8 f 
        s8 g
@@ -67,7 +67,7 @@
   \break
    <<
      \new Voice {
-       \repeat unfold 8 \relative {
+       \repeat unfold 8 \relative c' {
         \voiceOne
 
         %% We must use a wider interval, otherwise the beam will be
@@ -77,7 +77,7 @@
         c'']
        }
      }
-     \new Voice \relative {
+     \new Voice \relative c' {
        \voiceFour
        \autoBeamOff
        \stemUp f' \stemDown f,
index 3e852029b96d9158405585f109ce5f64a94f3376..8f499e3683c60033311d08750fe3333fbfdfebed 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.15"
 \header {
   texidoc = "Manual beams do not collide with notes."
 }
@@ -8,7 +8,7 @@
   indent = #0.0
 }
 
-\relative \new Staff {
+\relative c' \new Staff {
 
   <<
     \new Voice {
index 15cdea9bd39ea8fbf334a66d4ba136cafbeac80e..b601528b95ecd10c891611c91442ec6ac41290f2 100644 (file)
@@ -8,9 +8,9 @@
 %  debug-beam-scoring = ##t
 }
 
-\version "2.16.0"
+\version "2.17.15"
 
-\relative {
+\relative c' {
   \time 2/4
   c8[ \clef "bass" e,, ]
   r8
index b16b02989841719c3b7a308a05b853b172a6a331..87babb69348ad837a6202acc1d7f9ac1e70c9cb3 100644 (file)
@@ -7,9 +7,9 @@
 
 \layout  { ragged-right = ##t }
 
-\version "2.16.0"
+\version "2.17.15"
 
-\relative <<
+\relative c' <<
     \new Staff {
        <<
            { f g } \\
index 691cc96243918288720584c577cdf0ac4c1cc989..01694b905423d9c55ccd274b4eca938bfabd5277 100644 (file)
@@ -6,13 +6,13 @@ true."
 
 }
 
-\version "2.16.0"
+\version "2.17.15"
 \paper {
   ragged-right = ##t
 }
 
 <<
-  \relative \new Voice {
+  \relative c' \new Voice {
     c8 c  b b  a a  b b  
     c c  b b
   
index e05535bd3cc89d923da17bba5387a5175b4f2b96..5dc20fa35e4f138f4d67ab375357c6d33b4a5658 100644 (file)
@@ -5,10 +5,10 @@
 
 }
 
-\version "2.16.0"
+\version "2.17.15"
 
 <<
-  \relative \new Voice {
+  \relative c' \new Voice {
     c8 c c c c c
   }
   \figures {
index 916d8e8621047d1167466c94e6f28440cd3cc01a..cb3cf4999a7eb87b340a096ec9b6f3c358449d48 100644 (file)
@@ -5,13 +5,13 @@ figures. They are switched on with @code{useBassFigureExtenders}"
 
 }
 
-\version "2.16.0"
+\version "2.17.15"
 \paper {
   ragged-right = ##t
 }
 
 <<
-  \relative \new Voice {
+  \relative c' \new Voice {
     c8 c  b b  a a  b b  
     c^"the same with extenders" c  b b  a a  b b  
   
index 17456f0fb66844a4c4e885b13e7ff636a5ad1df7..f167a9794e10705ad2d4f07d62d7469299873694 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.15"
 
 \header
 {
@@ -6,6 +6,6 @@
   when the grace note is tied to the next note.
 "
 }
-\relative {
+\relative c' {
   \slashedGrace c16~ c1
 }
index 7a99c9d474b5176a69753dab9336df18e23d277a..80df393fceaf5eaf1e89ae2fb09f1817cbb37a6a 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.15"
 #(ly:set-option 'warning-as-error #f)
 #(ly:expect-warning (_ "No such instrument: ~a") "bassClar")
 
@@ -7,7 +7,7 @@
 the given instrument definition does not exist."
 }
 
-\relative
+\relative c'
 {
   c4
   \instrumentSwitch "bassClar"
index 2e0198591f8e0c89611e24e9b8af2e0f6a6e3f2c..fc6542c8c27e68d8fd5e7d01c16b70f7e5708e54 100644 (file)
@@ -5,7 +5,7 @@
 properties for an in staff instrument switch. "
   }
 
-\version "2.16.0"
+\version "2.17.15"
 \addInstrumentDefinition #"bassClar"
   #`((instrumentTransposition . ,(ly:make-pitch -1 6 FLAT))
      (instrumentName . "bla") 
@@ -21,7 +21,7 @@ properties for an in staff instrument switch. "
   ragged-right = ##t
 }
 
-\relative
+\relative c'
 {
   c4
   \instrumentSwitch "bassClar"
index 207f93209509e97cb8f90ef2bb8114bd5ad33060..46079b264fb1bab9d783fe57304ff47a4c7829f8 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.16.0"
+\version "2.17.15"
 \header{
 texidoc="
 Key signatures may appear on key changes, even without a barline.  
@@ -15,7 +15,7 @@ are created also on a clef change.
     ragged-right = ##T
 }
 
-\relative
+\relative c'
 {
     \set Staff.createKeyOnClefChange = ##t  
     \key bes \major c2
index 0aa17361b403555b2efaedd3a6f943079f6c7a8a..3302f88cdf15a3ee1d81e825ecb4cf8bbff9efdb 100644 (file)
@@ -5,14 +5,14 @@ starts and ends on a full dash. "
 
 }
 
-\version "2.17.6"
+\version "2.17.15"
 
 \layout {
   indent = 0.0\mm
   ragged-right = ##T
 }
 
-\relative <<
+\relative c' <<
   \new Staff {
     \crescTextCresc
     c1_\< c c1\!
index 0cc2b7308eaa7f23f5d811dda657b4c5e60f8015..d084e8f2bd3615aa76a5c632496055f0646c516a 100644 (file)
@@ -2,10 +2,10 @@
 {
 texidoc = "switching voices in the middle of the lyrics is possible using @code{lyricsto}."
   }
-\version "2.17.6"
+\version "2.17.15"
 
 <<
-  \relative \new Voice = "lahlah" {
+  \relative c' \new Voice = "lahlah" {
     c4
     <<
       \new Voice = "alternative" {
index 28f99fd58e826e12666f9b6acb535a88d30d68cc..ccf444b6821cb519507e369938ce8133ff2d7af9 100644 (file)
@@ -5,10 +5,10 @@ if the switch occurs together with context instantiation."
 
 }
 
-\version "2.17.11"
+\version "2.17.15"
 
 <<
-  \relative \new Voice = "lahlah" {
+  \relative c' \new Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
     c4
     <<
index 628cee139d94cf4fddccdde56881b6a0793d76c9..30028a284a4add0dee328bb894bc8c5acc7d8385 100644 (file)
@@ -6,11 +6,11 @@ end span events at the end of a note."
   
 }
 
-\version "2.17.6"
+\version "2.17.15"
 \paper{
   ragged-right = ##T
 }
-\relative
+\relative c'
 << {   c'4 c c c }
    \\
    {
index 0c4e28f113a75b5dd7a47f3d6d202437915f9103..7d18f1af1998e82fb062e55f35c621a3b2ba605c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.15"
 % possible rename to staff-something.  -gp
 
 \header{ texidoc = "@cindex Staff Remove
@@ -11,7 +11,7 @@ corresponding engraver.
     ragged-right = ##t
 }
 
-\relative \new Staff \with {
+\relative c' \new Staff \with {
        \remove "Staff_symbol_engraver"
        \consists "Pitch_squash_engraver"
        \remove "Clef_engraver"
index 1fbce42da962db0ce46da318f5eb6099aa7ffe28..83ebf7886a6201b9e3463c94ec7a1a8ce8576ada 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.15"
 
 \header{
   texidoc= "Test optional music function arguments.
@@ -29,5 +29,5 @@ zap =
    (ly:pitch? #{ \pitch d' #}) (ly:pitch? #{ \pitch e' #})
    ly:music?) #{ $a $dur $b $c ^\markup{!} $d  #})
 
-\new Voice { \relative c' e' \relative { e' } \ablative c' e' \ablative { e' }
+\new Voice { \relative c' e' \relative c' { e' } \ablative c' e' \ablative { e' }
   \zap 8. c'' d'' {e''4..} \zap f''8 g'' \zap 4 a'' b'' c''' d'''2 }
index 8fd1ea0e5226cd6072e19602fef4c550f3d24ce1..baa5fc134f7880e8bf1b979af0b29aa894bad8db 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.15"
 
 \header {
   texidoc = "Percent repeats are also centered when there is a grace note in a parallel staff. "
@@ -8,7 +8,7 @@
   ragged-right =##t
 }
 
-\relative <<
+\relative c' <<
   \new Staff { \repeat percent 3 c1} 
   \new Staff { c1 c \grace b8 c1  }
 >>
index d2be3073b3bccd2859697e6dabb7a080d890ea08..9980affc9d224f793a13669bcb661c20715fd4b3 100644 (file)
@@ -6,11 +6,11 @@ collisions can be combined."
 
 }
 
-\version "2.16.0"
+\version "2.17.15"
 
 \layout { ragged-right=##t }
 
-\new Staff \relative
+\new Staff \relative c'
 <<
   {  s8 f4 } \\
   {  <f, a>8[ r <a d>] }
index ad6e9565f9088032e3fd79bfcad2186a0d4e9ee8..d307d9cf7bd421d8a7e8712276ac1c14f0ab349a 100644 (file)
@@ -8,13 +8,13 @@ The scripts should not be folded under the time signature.
 "
   
 }
-\version "2.16.0"
+\version "2.17.15"
 
 \paper {
   ragged-right = ##t
 }
 
-\relative 
+\relative c' 
 {
   \set stringNumberOrientations = #'(left) 
   \set fingeringOrientations = #'(left) 
index 975c083a6c234dcd38b964d031b1e203416d8cc4..ad65384e707b321fd8b82def4ad5cfd39db3debf 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.15"
 
 \header {
 
@@ -6,7 +6,7 @@
 and then return to the previous value."
 
 }
-\relative {
+\relative c' {
   \set fingeringOrientations = #'(left)
   <e-1>1 |
   \once \set fingeringOrientations = #'(right)
index c65c57075bde265d6824cc02f884c707782f5c8f..57e6d1a8305b515007b17cc8a10570ae774a5878 100644 (file)
@@ -7,9 +7,9 @@ last as long as their arguments."
   ragged-right = ##T
 }
 
-\version "2.16.0"
+\version "2.17.15"
 
-\relative
+\relative c'
 <<
   \new Staff {
     c\breve    f4 r2.
index 38a9c3288d9215f15c176c5b1a8d27c5dad279a7..a3739a48b3fa2d7f6df72a540198c1a9798637cc 100644 (file)
@@ -4,12 +4,12 @@
   texidoc = "Dynamics avoid collision with slur."
 }
 
-\version "2.16.0"
+\version "2.17.15"
 \layout {
   indent = 0\mm
   ragged-right = ##t
 }
-\relative
+\relative c'
 {
   b( b f'\p b,)
 
index 84be933af81f532b88f8f4ed65a2faacb85d75f6..8ba9e19b803ed223ae7148e817449fe8b0fbe915 100644 (file)
@@ -6,12 +6,12 @@
     slur responds appropriately if a script is moved."
 }
 
-\version "2.17.6"
+\version "2.17.15"
 \layout {
   indent = 0\mm
   ragged-right = ##t
 }
-\relative
+\relative c'
 {
   b4-.( b-.)
   \once \override Script.padding = #1.5
index 472c008dbdf8d5f54399a8d275c4fb4113f41531..1c9083597b6f6e0f446566a6f3942bfc15837cec 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.11"
+\version "2.17.15"
 \header {
   texidoc="Festival song synthesis output supports
 reordered lyrics.
@@ -8,7 +8,7 @@ reordered lyrics.
 
 \festival #"song-reordering.xml" { \tempo 4 = 100 }
 <<
-  \relative \context Voice = "lahlah" {
+  \relative c' \context Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
     c4
     <<
index 5c5fec17ff8cc4ff05057b19b08d4c03521b4132..57595c22ad452ef88666b9e22d43fab6722b9425 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.11"
+\version "2.17.15"
 \header {
   texidoc="Festival song synthesis output supports
 reordered lyrics.
@@ -8,7 +8,7 @@ reordered lyrics.
 
 \festival #"song-reordering2.xml" { \tempo 4 = 100 }
 <<
-  \relative \context Voice = "lahlah" {
+  \relative c' \context Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
     c4
     <<
index 8dd068162e19f0e7d4377025312c7fab7f9d8805..25aba696f52b7dc2887cdcbe827718d5900391da 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.15"
 \header {
   texidoc="Festival song synthesis output supports
 slurs.
@@ -8,7 +8,7 @@ slurs.
 
 \festival #"song-slurs.xml" { \tempo 4 = 100 }
 <<
-  \relative \context Voice = "lahlah" {
+  \relative c' \context Voice = "lahlah" {
     \set Staff.autoBeaming = ##f
     c4
     \slurDotted
index 51d566bde6757e782b05dd08fa165ee2c6ef7b1b..d79dcd3b0f6651fff9cb360a9a7462aa1ae5cc7d 100644 (file)
@@ -1,14 +1,14 @@
 \header { texidoc = "A heavy-bar system start delimiter may be created by tuning the @code{SystemStartBar} grob."
        } 
 
-\version "2.17.6"
+\version "2.17.15"
 
 \paper {
   ragged-right = ##t
 }
 <<
   \new StaffGroup
-  \relative <<
+  \relative c' <<
     \set StaffGroup.systemStartDelimiter = #'SystemStartBar
     \override StaffGroup.SystemStartBar.thickness = #8
     \override StaffGroup.SystemStartBar.padding = #0.2
index d637b667f473d1356556ff730871dd64e42e535f..41a4a72a2a73bf9a28c8087e59714f1e8402e087 100644 (file)
@@ -2,14 +2,14 @@
   created with the @code{systemStartDelimiterHierarchy} property."
 }
 
-\version "2.16.0"
+\version "2.17.15"
 
 \paper {
   ragged-right = ##t
 }
 
 \new StaffGroup
-\relative <<
+\relative c' <<
   \set StaffGroup.systemStartDelimiterHierarchy
     = #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d)
   \new Staff { c1 }
index 295d882e9321d745da6a050759af294439a14049..54b7c62daf8a4804bedfafb9fba5fc3bdeeeced7 100644 (file)
@@ -4,13 +4,13 @@
   texidoc = "Tab supports slides."
 }
 
-\version "2.16.0"
+\version "2.17.15"
 \paper {
   ragged-right = ##T
 }
 
 
-\relative \new TabVoice
+\relative c' \new TabVoice
 {
   <c g'\harmonic> d\2\glissando e\2
 }
index 1b9dd8411eb2001da1c1d2ecf7109cf3ce586c17..5b62f19c22c9324d0e32e424dd18386d2c671500 100644 (file)
@@ -5,10 +5,10 @@
 
   
   }
-\version "2.16.0"
+\version "2.17.15"
 
 \paper { ragged-right =  ##t }
-\relative
+\relative c'
 {
   <f d a>1~
   <f d a>1~
index ae0ff5a4a267c48a8e8b0dc618ac4088884d0085..7e57cdc4312855dfdd43f7c10aced84b0c868e57 100644 (file)
@@ -2,11 +2,11 @@
     texidoc = "Trill spanner can end on a grace note"
 }
 
-\version "2.16.0"
+\version "2.17.15"
 \layout {
     ragged-right = ##T
 }
-\relative \new Voice {
+\relative c' \new Voice {
     << { c1 \startTrillSpan }
        { s2. \grace { d16[\stopTrillSpan e] } } >>
     c4 }