]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/user/pitches.itely
Docs: automatically update ly snippets in translations
[lilypond.git] / Documentation / es / user / pitches.itely
index a0ded73954b20ecd85acd90c20c81cbfd71d51bb..1adac14d2adb04218c68e24076a14d1faf763879 100644 (file)
@@ -179,9 +179,7 @@ anterior.
 \relative c' {
   c
   <c e g>
-  % the C is now an octave higher
   <c' e g'>
-  % the C returns to the original pitch
   <c, e, g''>
 }
 @end lilypond
@@ -319,7 +317,7 @@ del nombre de la nota.  Estas alteraciones adicionales se pueden usar
 tambiĆ©n para producir notas con becuadro.
 
 @lilypond[verbatim,quote,relative=2]
-cis cis cis! cis? c c? c! c
+cis cis cis! cis? c c c! c?
 @end lilypond
 
 @cindex alteraciĆ³n en nota ligada
@@ -1187,12 +1185,10 @@ musicB = {
 \new PianoStaff {
   <<
     \context Staff = "up" {
-      %%% change the next line as desired:
       #(set-accidental-style 'default)
       \musicA
     }
     \context Staff = "down" {
-      %%% change the next line as desired:
       #(set-accidental-style 'default)
       \musicB
     }