lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\tie and polifonie


From: Mario Moles
Subject: \tie and polifonie
Date: Wed, 4 May 2011 10:57:00 +0200
User-agent: KMail/1.13.6 (Linux/2.6.38.2-desktop-nrj.69mib; KDE/4.5.5; x86_64; ; )

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]