lilypond-user
[Top][All Lists]
Advanced

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

slur between voices ... without clashing note columns


From: Trevor Baca
Subject: slur between voices ... without clashing note columns
Date: Tue, 23 Aug 2005 07:38:17 -0500

The snippet here correctly renders a slur between voices ... but,
unfortunately generates clashing note column warnings in the process.

Does anyone see a way to get the same result but without the clashing
note columns?

Trevor.

%%%%%%%%%%%%% BEGIN SNIPPET %%%%%%%%%

\version "2.7.7"

wipeNote = {
   \once \override NoteHead #'transparent = ##t
   \once \override Stem #'transparent = ##t
}

\score {
   \new PianoStaff <<
      \context Staff = "theRH" {
         \clef treble
         \time 2/4
         \key g \major
         \stemDown
         <b' d''>16
         g'16
         e'16
         \change Staff = theLH
         \stemUp
         <g b>16
         \change Staff = theRH
         \stemDown
         <a' d''>16
         fis'16
         d'16
         \change Staff = theLH
         \stemUp
         <fis a>16
         \change Staff = theRH
         \stemNeutral
         |
         s2
      }
      \context Staff = "theLH" {
         \clef bass
         \time 2/4
         \key g \major
         g,8
         s16
         \wipeNote
         \stemUp
         g16(
         \stemNeutral
         g,8)
         s16
         \wipeNote
         \stemUp
         fis16(
         \stemNeutral
         |
         g,8)
         s4.
      }
   >>
}

%%%%%%%%%%%%%% END SNIPPET %%%%%%%%%


Trevor Bača - address@hidden

Attachment: slur-cross-voice.png
Description: PNG image


reply via email to

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