In this file the function \tie don't work:
\version "2.13.61"
\paper {
#(set-paper-size "a4" )
}
global = {
\key c \major
\time 4/4
}
classicalGuitar = \relative c' {
\global
% Qui segue la musica.
<<{b2\rest g'8 a c4~}\\{s2 <g,, g'>8[ <a a'>] <c c'>~}>>|
<<{c''8 b! c g c4. g8}\\{<c,, c'> ~ <c c'> <g g'> <c c'>4. <g g'>8}>>|
}
\book {
\score {
\new Staff \with {
midiInstrument = "acoustic guitar (nylon)"
instrumentName = "Chit."
} { \clef "treble_8" \classicalGuitar }
\layout { }
\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 100 4)
}
}
}
}
--
oiram/bin/selom
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user