X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fvolta.ly;h=e4e895be1fffa1114e917d88280963324aed8ad4;hb=31cbeab5d7a702ca843694f000af9abefce2b6a8;hp=5ff5265dd5139ffa257771eab56cb16e6724bdf4;hpb=8b88bf025331c789167734067001a3d79501b433;p=lilypond.git diff --git a/input/test/volta.ly b/input/test/volta.ly index 5ff5265dd5..e4e895be1f 100644 --- a/input/test/volta.ly +++ b/input/test/volta.ly @@ -1,29 +1,30 @@ - - +\version "1.7.18" +% DOCUMENT ME! +% I think this is an old example of alternate repeats, +% but that's covered in refman now. candidate for delete. voiceE = \notes { -\clef bass; +\clef bass \property Staff.instrument = "Bass" \property Staff.instr = "B" -% \property Staff.VoltaBracket = \turnOff - \time 4/4; f,2 ( ) f,8 r8 f8 e8 + \time 4/4 f,2 ( f,8-) r8 f8 e8 \repeat volta 2 { d8. d16 e8. f16 f8 c8 c16 c8. } \alternative { - { f,2 ( ) f,8 r8 f8 e8 ( \break } - { ) f,2. r8 c16 c16 | + { f,2 ( f,8-) r8 f8 e8 ( \break } + { f,2.-) r8 c16 c16 | } } } voicedefault = \notes { - \time 4/4; \key f \major ; - \tempo 4 = 200; + \time 4/4 \key f \major + \tempo 4 = 200 } \score{ \notes < @@ -37,12 +38,11 @@ voicedefault = \notes { > \paper { - font_normal = 12.; \translator { \StaffContext TimeSignature \override #'style = #'C - \consists Instrument_name_engraver; } } } +%% new-chords-done %%