lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3064 in lilypond: deadNotes example is not pla


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3064 in lilypond: deadNotes example is not playable
Date: Tue, 25 Dec 2012 17:35:52 +0000


Comment #3 on issue 3064 by address@hidden: deadNotes example is not playable
http://code.google.com/p/lilypond/issues/detail?id=3064

Marc, the notes on second string of the first two chords should be changed. You'll never stop the second string on those frets.
I would also just remove the string numbers.

\version "2.17.9"

music = \relative c' {
  \override StringNumber.stencil = ##f
  < a \deadNote cis a' >4
  < b\3 \deadNote dis b' >
  < c\3 \deadNote e\2 c' >
  \deadNotesOn
  \times 2/3 { g8 b e }
  \deadNotesOff
  < a, c e >1
}
\new StaffGroup <<
  \new Staff {
    \clef "treble_8"
    \music
  }
  \new TabStaff {
    \music
  }





reply via email to

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