lilypond-user
[Top][All Lists]
Advanced

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

Re: Making a quarter note look like a half note?


From: Mats Bengtsson
Subject: Re: Making a quarter note look like a half note?
Date: Mon, 29 Aug 2005 17:08:21 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Did you see section "6.1.11 Scaling durations" in the manual?

   /Mats

Kilian A. Foth wrote:
Hello world,

I need to create a tie that stops in the middle of a bar (the final
note of a piece should carry a tie to nowhere to indicate `laissez
vibrer'). Tying to an invisible grace note does not work -- it would
create an additional bar. I reckon I can fill the 2/4 bar with a
quarter note and tie it to an invisible second quarter:

\score {
  \new PianoStaff <<
\new Staff { \time 2/4 \relative c'' {
        <c e g c>2~|<c e g c>2~|
        <c e g c>4~ \hideNotes <c e g c> \unHideNotes \bar "|."
      }
    }
    \new Staff { \clef bass \time 2/4
      \relative c {
        <c e g>2~|<c e g>2~|
        <c e g>4~ \hideNotes <c e g> \unHideNotes \bar "|."
      }
    }
>> }

But how can I make the quarter notes look like half notes? I know I
can change the note head *style* with something like

 \once \override NoteHead #'style = #'cross

But I don't need a different style, but another symbol from the *same*
style. What property do I need to override? Or do I have to go all the
way and reprogram the chord with \applyoutput?

(BTW, searching the list archives appears to be broken. I get
no results for any search whatsoever.)



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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