lilypond-devel
[Top][All Lists]
Advanced

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

Re: half-dot


From: David Bobroff
Subject: Re: half-dot
Date: Fri, 26 Mar 2010 14:43:15 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 3/26/2010 1:22 PM, Bertalan Fodor (LilyPondTool) wrote:
Francisco Vila wrote:
2010/3/26 David Bobroff <address@hidden>:
  
Now, however, this notation convention has appeared again in another piece
by a different composer.  An example can bee seen here:

http://centrum.is/~bobroff/lilypond/half-dot.png
    

As a first step, you can do the following to make quarter+16th to
appear as plain quarter notes. Then, possibly add a cosmethic 'x' to
it is easier from here.

\relative c' {
	\time 15/16
	
	c4~c16
	c4~c16
	c4~c16
	
	c4*5/4
	c4*5/4
	c4*5/4 |
  


My favorite tweak helps here, overriding the stencil with text interface.

\relative c' {
    \time 15/16
   
    c4~c16
    c4~c16
    c4~c16

\override Dots #'stencil = #ly:text-interface::print   
\override Dots #'text = \markup { "×" }
\override Dots #'extra-offset = #'(0.2 . -1)

    c4.*5/6
    c4.*5/6
    c4.*5/6 |
}



Now that's cool!  Thanks!  Won't necessarily need it any time soon but it's a neat thing to have in my pocket.

-David

reply via email to

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