From: fred Date: Tue, 26 Mar 2002 22:15:00 +0000 (+0000) Subject: lilypond-1.1.57 X-Git-Tag: release/1.5.59~2295 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f90e3c98a14a40ec8cf56778a597330f918be55c;p=lilypond.git lilypond-1.1.57 --- diff --git a/Documentation/tex/tutorial.yo b/Documentation/tex/tutorial.yo index 5c8a6ea966..72ffe2ff2f 100644 --- a/Documentation/tex/tutorial.yo +++ b/Documentation/tex/tutorial.yo @@ -210,7 +210,7 @@ this command comes after the code(\time) command, in the output, the key comes before the time signature: LilyPond knows about music typesetting conventions. verb( - \repeat 2 { + \repeat "semi" 2 { ) COMMENT( ) This command tells LilyPond that the enclosed piece of music must @@ -379,7 +379,7 @@ verb( c'1 c'2 c'4 c'8 c'16 c'32 c'64 c'64 c'2. c'8. c'16 ) -mudela()( +COMMENT( \score { \notes { c'\longa c'\breve @@ -1650,14 +1650,11 @@ COMMENT( Of course, you can also use different ratios, and use beamed notes or rests: -COMMENT( BROKEN - -lilypond: score-element.cc:134: class Paper_def * Score_element::paper() const: Assertion `pscore_l_' failed. - -mudela(fragment)( +COMMENT( +)mudela(fragment)( \context Voice \times 4/5 { [c''8 c''16 c''16] r8 [g'8 g'8] } ) -) + If you make a tuplet of beamed notes, where the beam is as wide as the bracket, the bracket is omitted. @@ -1666,11 +1663,12 @@ sect(Repeats) A repeated piece of music can consist of two parts: one part to be repeated, and optionally, a list of alternative endings: COMMENT( + )mudela(verbatim,fragment,center)( \relative c'{ \time 2/4; g' a - \repeat 2 { b c } + \repeat "semi" 2 { b c } \alternative { { d c } { d e } } @@ -1684,15 +1682,16 @@ A less intuitive form may be needed for lyrics, when there are a couple alternatives, but nothing is repeated. The code(\repeat) command must be present, but it may specify an empty music list: COMMENT( + )mudela(verbatim,fragment,center)( \context Lyrics \lyrics { - \repeat 2 { } - \alternative < + \repeat "folded" 2 { } + \alternative { { Let's not sing this twice } { Rather sing this in- stead } - > + } } ) diff --git a/input/bugs/enghack.ly b/input/bugs/enghack.ly new file mode 100644 index 0000000000..2be4064a91 --- /dev/null +++ b/input/bugs/enghack.ly @@ -0,0 +1,14 @@ +\score { + \notes { + c'\longa c'\breve + c'1 c'2 c'4 c'8 c'16 c'32 c'64 c'64 c'2. c'8. c'16 + } + \paper { + linewidth = -1.0; + \translator { \type "Score_engraver"; + \name "Score"; + \consists "Note_heads_engraver"; + \consists "Stem_engraver"; + \consists "Rhythmic_column_engraver"; + }}} + diff --git a/tex/mudela-book.tex b/tex/mudela-book.tex index c79076e597..2b13cf5be4 100644 --- a/tex/mudela-book.tex +++ b/tex/mudela-book.tex @@ -28,8 +28,8 @@ % generates par \def\interscoreline{} % generates par -\musixsixteendefs -\def\musixsixteendefs{} +%\musixsixteendefs +%\def\musixsixteendefs{} \def\nolilyfooter{} %urg: missing \begin{document}? \def\noindent{}