On 16 March 2012 17:44, Francisco Vila <paconet....@gmail.com> wrote:
>
> Thank you. I have tried the \hideNotes trick but does not work because
> a beam is only printed it the initial note is not hidden.

The code I would have used (maybe a bit tricky).

%%%% Snippet

\version "2.15.30"

\new Staff {
  \time 2/4
  <<
    \new Voice {
      \relative g'' {
        \voiceOne
        s4 g16( f e d |
        \stemDown
        \once \override Flag #'style = #'no-flag
        c'16-|) s16*3
      }
    }
    \new Voice {
      \relative g' {
        \stemDown
        s4 g4 |
        c16( d bis c)
      }
    }
  >>
}

%%%% End of snippet

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to