lilypond-user
[Top][All Lists]
Advanced

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

Re: How can i do this?


From: Damian leGassick
Subject: Re: How can i do this?
Date: Wed, 8 Aug 2007 12:42:48 +0100

hi peter

the extra count is because the \time 3/4 is ignored as it's not between the braces

neil's scaling works if you change the snippet to this:

\version "2.10.25"
\new Staff
\relative c''
<<
{ \time 3/4 
\key g \major
\override Staff.NoteCollision #'merge-differently-headed = ##t
  a'4.*2/3  b,8  g'^( fis)[ g ] %  2 
  fis8( e) dis! e b e
}
\\
{ s4 <b g>2  % 2
     s4 e,2
      }
\\ 
d,2.
        gis2.
}
>>


cheers

d

On 8 Aug 2007, at 12:13, Peter Terpstra wrote:

Neil Puttock in

<address@hidden> :



Yes, by scaling the dotted note:


a'4.*2/3


Thanks for your answer, but now i get an extra count.


Maybe this is a better example:


\version "2.10.25"

\new Staff 

\time 3/4

\relative c'' << {\key g \major

\override Staff.NoteCollision #'merge-differently-headed = ##t

  a'4.*2/3  b,8  g'^( fis)[ g ] %  2  

  fis8( e) dis! e b e

} \\ { s4 <b g>2  % 2

        s4 e,2

        } 

\\  {  d,2.

        gis2.

} >>


~~ End


The fis8( e) should be on the next measure.


Kind Regards,


   P.



-- 

mailto:address@hidden




_______________________________________________

lilypond-user mailing list

address@hidden

http://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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