]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc-it: add missing @ before braces in @example (LM-fundamental)
authorJean-Charles Malahieude <lilyfan@orange.fr>
Sat, 17 Jun 2017 10:07:30 +0000 (12:07 +0200)
committerJean-Charles Malahieude <lilyfan@orange.fr>
Sat, 17 Jun 2017 10:07:30 +0000 (12:07 +0200)
Documentation/it/learning/fundamental.itely

index f30542e649229d6c27d26f69d5756f39cee4c1aa..2a933ab677f4860b1cd469072354e8ad00a0bf02 100644 (file)
@@ -2520,7 +2520,7 @@ In questo modo il nostro ChoirStaff avrà questo aspetto:
 @example
 \new ChoirStaff <<
   \new Staff = "sopranos"
-  \with { instrumentName = #"Soprano" }
+  \with @{ instrumentName = #"Soprano" @}
   <<
     \new Voice = "sopranos" @{
       \global
@@ -2531,7 +2531,7 @@ In questo modo il nostro ChoirStaff avrà questo aspetto:
     \sopranoWords
   @}
   \new Staff = "altos"
-  \with { instrumentName = #"Alto" }
+  \with @{ instrumentName = #"Alto" @}
   <<
     \new Voice = "altos" @{
       \global
@@ -2542,7 +2542,7 @@ In questo modo il nostro ChoirStaff avrà questo aspetto:
     \altoWords
   @}
   \new Staff = "tenors"
-  \with { instrumentName = #"Tenor" }
+  \with @{ instrumentName = #"Tenor" @}
   <<
     \new Voice = "tenors" @{
       \global
@@ -2553,7 +2553,7 @@ In questo modo il nostro ChoirStaff avrà questo aspetto:
     \tenorWords
   @}
   \new Staff = "basses"
-  \with { instrumentName = #"Bass" }
+  \with @{ instrumentName = #"Bass" @}
   <<
     \new Voice = "basses" @{
       \global
@@ -2572,7 +2572,7 @@ modello @q{Pianoforte solista}:
 
 @example
 \new PianoStaff
-\with { instrumentName = #"Piano  " }
+\with @{ instrumentName = #"Piano  " @}
 <<
   \new Staff = "upper" \upper
   \new Staff = "lower" \lower
@@ -2629,7 +2629,7 @@ perché vogliamo che siano impilati uno sopra l'altro:
   >>  % end ChoirStaff
 
   \new PianoStaff
-  \with { instrumentName = #"Piano" }
+  \with @{ instrumentName = #"Piano" @}
   <<
     \new Staff = "upper" \upper
     \new Staff = "lower" \lower
@@ -3283,4 +3283,3 @@ Guida alla notazione:
 @ruser{Scrittura delle parti},
 @ruser{Pause d'intero},
 @ruser{Inclusione di file LilyPond}.
-