See "Known issues and warnings" in the Notation Reference, section 1.2.6, Grace notes.
-- Phil Holmes ----- Original Message ----- From: Mario Moles To: [email protected] Sent: Tuesday, February 15, 2011 12:14 PM Subject: strange output Double time and time indications: \version "2.13.50" \header { dedication = "A monsieur Constantin Mahrburg" title = "IMPROMPTU" composer = "Pietro Pettoletti" opus = "Op. 29" } \paper { #(set-paper-size "a4") } tempoMark = { \once \override Score.RehearsalMark #'self-alignment-X = #LEFT \once \override Score.RehearsalMark #'break-align-symbols = #'(time-signature key-signature) \once \override Staff.TimeSignature #'break-align-anchor-alignment = #LEFT \mark \markup \bold "Allegro con energia" } global = { \tempoMark \key c \major \time 4/4 } classicalGuitarOne = \relative c' { \global % Qui segue la musica. a4 b,16 b' c, c' d, d' e, e' f, f' gis, gis'| } classicalGuitarTwo = \relative c' { \global % Qui segue la musica. } classicalGuitarThree = \relative c' { \global % Qui segue la musica. } classicalGuitarFour = \relative c { \global % Qui segue la musica. \acciaccatura {a8} \stemDown a4 b8 c d e f gis| } \book { \score { \new Staff \with { midiInstrument = "acoustic guitar (nylon)" } { \clef "treble_8" << \classicalGuitarOne \\ \classicalGuitarTwo \\ \classicalGuitarThree \\ \classicalGuitarFour >> } \layout { } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 100 4) } } } } -- oiram/bin/selom ------------------------------------------------------------------------------ _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
