X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fincipit.ly;h=08193f588f12542bad2b75cf937a91b0b0f07432;hb=c4c5bf6febe39f3e4d25f52e517e9b91addcbdc0;hp=61edcd7bfb841f78e3f94d5be34e22d187b276f7;hpb=8b88bf025331c789167734067001a3d79501b433;p=lilypond.git diff --git a/input/test/incipit.ly b/input/test/incipit.ly index 61edcd7bfb..08193f588f 100644 --- a/input/test/incipit.ly +++ b/input/test/incipit.ly @@ -1,3 +1,4 @@ +\version "1.3.146" %{ Test of how to make an ``incipit'' to indicate scordatora tuning of a violin part, using the clefStyle property. @@ -9,8 +10,8 @@ violinincipit = \notes\relative c''{ - \clef "french"; - \time 2/2; + \clef "french" + \time 2/2 \property Staff.TimeSignature \override #'style = #'old a4. b8 c4 fis | % @@ -18,7 +19,7 @@ violinincipit = \notes\relative c''{ } bcincipit = \notes\relative c{ - \clef bass; + \clef bass \property Staff.TimeSignature \override #'style = #'old b2. cis4 | \property Staff.TimeSignature \override #'style = #'C @@ -27,21 +28,21 @@ bcincipit = \notes\relative c{ violin = \notes\relative c''{ % Key signatures with different alterations in different octaves % are broken since 1.3.58! -% \specialkey \keysignature f' fis'' g' gis''; - \key d \major; - \time 2/2; - \clef treble; +% \specialkey \keysignature f' fis'' g' gis'' + \key d \major + \time 2/2 + \clef treble a4. b8 c4 fis | gis~ gis8 fis16^\trill ()e b8 c \context Staff<{\voiceOne a d}{\voiceTwo es,4}>| } BC = \notes\relative c{ - \key d \major; - \time 2/2; - \clef "bass"; + \key d \major + \time 2/2 + \clef "bass" - \key; + \key \default b2. cis4 | d e fis g | } @@ -50,14 +51,14 @@ BC = \notes\relative c{ < \context Staff = violin {\notes{ \property Staff.Clef \override #'transparent = ##t - \violinincipit \bar ".|"; + \violinincipit \bar ".|" \property Staff.Clef \revert #'transparent \endincipit \violin }} \context Staff = BC{\notes{ \property Staff.Clef \override #'transparent = ##t - \bcincipit \bar ".|"; + \bcincipit \bar ".|" \property Staff.Clef \revert #'transparent \endincipit \BC