lilypond-user
[Top][All Lists]
Advanced

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

Re: White notation in french baroque


From: Werner LEMBERG
Subject: Re: White notation in french baroque
Date: Tue, 27 Feb 2007 10:47:45 +0100 (CET)

> >   \override NoteHead #'duration-log = 1
>
> this doesn't help me as my example will show:

Try this:

  \relative c''' {
    \time 3/4
    \override Staff.TimeSignature #'stencil = #ly:text-interface::print
    \override Staff.TimeSignature #'text =
      \markup {
        \override #'(baseline-skip . 0)
        \column {
          \number "3"
          \number "2" } }
    \override NoteHead #'duration-log = 1
    a4 a a |
    cis,^\markup { \bold {+}} cis a | 
    f'4. a8[ g f] |
    e4 e8[ f e f] |
    g2. ~ |
    g4 f8 g a4 |
    b4 e,4. fis16 g |
    fis8[ a b a g fis] |
  }

Greetings from Koblenz too!


    Werner




reply via email to

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