X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fputting.itely;h=0cc5ecd908ff926d5c6b9226482325ee3f4d314f;hb=af770f3440264c18ce01525dce1aa76b86ace0d5;hp=eaf7a6f74d80c0307e8b6f1afc7ba21f18d15de4;hpb=d3fc38579755043ae89ce4c12a28d8a2adc2da7d;p=lilypond.git diff --git a/Documentation/user/putting.itely b/Documentation/user/putting.itely index eaf7a6f74d..0cc5ecd908 100644 --- a/Documentation/user/putting.itely +++ b/Documentation/user/putting.itely @@ -26,7 +26,7 @@ cello. In this case, we would start with ``Notes and lyrics'' (for the soprano part). @example -\version "2.7.39" +\version "2.9.13" melody = \relative c' @{ \clef treble \key c \major @@ -48,14 +48,14 @@ text = \lyricmode @{ \new Lyrics \lyricsto "one" \text >> \layout @{ @} - \midi @{ \tempo 4=60 @} + \midi @{ @} @} @end example Now we want to add a cello part. Let's look at the ``Notes only'' example: @example -\version "2.7.39" +\version "2.9.13" melody = \relative c' @{ \clef treble \key c \major @@ -63,11 +63,11 @@ melody = \relative c' @{ a4 b c d @} - + \score @{ \new Staff \melody \layout @{ @} -\midi @{ \tempo 4=60 @} +\midi @{ @} @} @end example @@ -91,7 +91,7 @@ normally use bass clef. We'll also give the cello some different notes. @example -\version "2.7.39" +\version "2.9.13" sopranoMusic = \relative c' @{ \clef treble \key c \major @@ -121,7 +121,7 @@ celloMusic = \relative c @{ \new Lyrics \lyricsto "one" \sopranoLyrics >> \layout @{ @} - \midi @{ \tempo 4=60 @} + \midi @{ @} @} @end example @@ -152,7 +152,7 @@ more than one thing (in this case, @code{Staff}) happening at once. The \new Staff \celloMusic >> \layout @{ @} - \midi @{ \tempo 4=60 @} + \midi @{ @} @} @end example @@ -161,7 +161,7 @@ This looks a bit messy; the indentation is messed up now. That is easily fixed. Here's the complete soprano and cello template. @lilypond[quote,verbatim,ragged-right] -\version "2.7.39" +\version "2.9.13" sopranoMusic = \relative c' { \clef treble \key c \major @@ -194,7 +194,7 @@ celloMusic = \relative c { \new Staff \celloMusic >> \layout { } - \midi { \tempo 4=60 } + \midi { } } @end lilypond @@ -272,7 +272,6 @@ The @code{\score} can contain other things, such as \score @{ @{ c'4 a b c' @} \layout @{ @} - \paper @{ @} \midi @{ @} \header @{ @} @}