X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Ffundamental.itely;h=4c58135bae6a5a463b6116ae44c7a64d8f9c35d6;hb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;hp=56047f3a8af1c4596d60ac02601df41d0d482659;hpb=315e509f940a8e14ea264f14e119ae7e6dd9f55b;p=lilypond.git diff --git a/Documentation/user/fundamental.itely b/Documentation/user/fundamental.itely index 56047f3a8a..4c58135bae 100644 --- a/Documentation/user/fundamental.itely +++ b/Documentation/user/fundamental.itely @@ -7,7 +7,7 @@ version that you are working on. See TRANSLATION for details. @end ignore -@c \version "2.11.61" +@c \version "2.12.0" @node Fundamental concepts @chapter Fundamental concepts @@ -129,7 +129,7 @@ note to a huge compound expression like @example @{ - \new GrandStaff << + \new StaffGroup << @var{...insert the whole score of a Wagner opera in here...} >> @} @@ -281,7 +281,7 @@ music expression and work our way down. @example \score @{ @{ % this brace begins the overall compound music expression - \new GrandStaff << + \new StaffGroup << @var{...insert the whole score of a Wagner opera in here...} >> @} % this brace ends the overall compound music expression @@ -291,8 +291,8 @@ music expression and work our way down. A whole Wagner opera would easily double the length of this manual, so let's just add a singer and piano. We don't need a -@code{GrandStaff} for this ensemble, which simply groups a number -of staves together with a brace at the left, so we shall remove +@code{StaffGroup} for this ensemble, which simply groups a number +of staves together with a bracket at the left, so we shall remove it. We @emph{do} need a singer and a piano, though. @example @@ -447,7 +447,7 @@ as follows: << { f c c } \new Staff \with { - alignAboveContext = "main" } + alignAboveContext = #"main" } { f8 f c } >> r4 | @@ -1356,7 +1356,7 @@ versewords = \lyricmode { One two three four five six } \score { - \new Choirstaff { + \new ChoirStaff { \new Staff << \new Voice = "verse" { \versenotes \break @@ -2008,7 +2008,7 @@ should be enclosed in double quotation signs, as above, although we shall see later that text can actually be specified in a much more general way by using the very powerful @code{markup} command. -@unnumberedsubsubsec Setting context properties with @code{\with} +@subsubheading Setting context properties with @code{\with} @funindex \with @funindex with @@ -2054,7 +2054,7 @@ value of the font size. If it is later changed with @code{\set}, this new default value may be restored with the @code{\unset fontSize} command. -@unnumberedsubsubsec Setting context properties with @code{\context} +@subsubheading Setting context properties with @code{\context} @cindex context properties, setting with \context @funindex \context @@ -2514,29 +2514,29 @@ lower = \relative c, { << % combine ChoirStaff and PianoStaff in parallel \new ChoirStaff << \new Staff = "sopranos" << - \set Staff.instrumentName = "Soprano" + \set Staff.instrumentName = #"Soprano" \new Voice = "sopranos" { \global \sopranoMusic } >> \new Lyrics \lyricsto "sopranos" { \sopranoWords } \new Staff = "altos" << - \set Staff.instrumentName = "Alto" + \set Staff.instrumentName = #"Alto" \new Voice = "altos" { \global \altoMusic } >> \new Lyrics \lyricsto "altos" { \altoWords } \new Staff = "tenors" << - \set Staff.instrumentName = "Tenor" + \set Staff.instrumentName = #"Tenor" \new Voice = "tenors" { \global \tenorMusic } >> \new Lyrics \lyricsto "tenors" { \tenorWords } \new Staff = "basses" << - \set Staff.instrumentName = "Bass" + \set Staff.instrumentName = #"Bass" \new Voice = "basses" { \global \bassMusic } >> \new Lyrics \lyricsto "basses" { \bassWords } >> % end ChoirStaff \new PianoStaff << - \set PianoStaff.instrumentName = "Piano" + \set PianoStaff.instrumentName = #"Piano" \new Staff = "upper" \upper \new Staff = "lower" \lower >> @@ -2567,22 +2567,22 @@ Doing this gives for our ChoirStaff: @example \new ChoirStaff << \new Staff = "sopranos" << - \set Staff.instrumentName = "Soprano" + \set Staff.instrumentName = #"Soprano" \new Voice = "sopranos" @{ \global \sopranoMusic @} >> \new Lyrics \lyricsto "sopranos" @{ \sopranoWords @} \new Staff = "altos" << - \set Staff.instrumentName = "Alto" + \set Staff.instrumentName = #"Alto" \new Voice = "altos" @{ \global \altoMusic @} >> \new Lyrics \lyricsto "altos" @{ \altoWords @} \new Staff = "tenors" << - \set Staff.instrumentName = "Tenor" + \set Staff.instrumentName = #"Tenor" \new Voice = "tenors" @{ \global \tenorMusic @} >> \new Lyrics \lyricsto "tenors" @{ \tenorWords @} \new Staff = "basses" << - \set Staff.instrumentName = "Bass" + \set Staff.instrumentName = #"Bass" \new Voice = "basses" @{ \global \bassMusic @} >> \new Lyrics \lyricsto "basses" @{ \bassWords @} @@ -2595,7 +2595,7 @@ easy - we just pull out the piano part from the @example \new PianoStaff << - \set PianoStaff.instrumentName = "Piano " + \set PianoStaff.instrumentName = #"Piano " \new Staff = "upper" \upper \new Staff = "lower" \lower >> @@ -2632,7 +2632,7 @@ stacked one above the other: >> % end ChoirStaff \new PianoStaff << - \set PianoStaff.instrumentName = "Piano" + \set PianoStaff.instrumentName = #"Piano" \new Staff = "upper" \upper \new Staff = "lower" \lower >> @@ -2685,29 +2685,29 @@ lower = \relative c, { << % combine ChoirStaff and PianoStaff in parallel \new ChoirStaff << \new Staff = "sopranos" << - \set Staff.instrumentName = "Soprano" + \set Staff.instrumentName = #"Soprano" \new Voice = "sopranos" { \global \sopranoMusic } >> \new Lyrics \lyricsto "sopranos" { \sopranoWords } \new Staff = "altos" << - \set Staff.instrumentName = "Alto" + \set Staff.instrumentName = #"Alto" \new Voice = "altos" { \global \altoMusic } >> \new Lyrics \lyricsto "altos" { \altoWords } \new Staff = "tenors" << - \set Staff.instrumentName = "Tenor" + \set Staff.instrumentName = #"Tenor" \new Voice = "tenors" { \global \tenorMusic } >> \new Lyrics \lyricsto "tenors" { \tenorWords } \new Staff = "basses" << - \set Staff.instrumentName = "Bass" + \set Staff.instrumentName = #"Bass" \new Voice = "basses" { \global \bassMusic } >> \new Lyrics \lyricsto "basses" { \bassWords } >> % end ChoirStaff \new PianoStaff << - \set PianoStaff.instrumentName = "Piano " + \set PianoStaff.instrumentName = #"Piano " \new Staff = "upper" \upper \new Staff = "lower" \lower >>