lilypond-user
[Top][All Lists]
Advanced

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

Feature request?


From: Jim Long
Subject: Feature request?
Date: Tue, 15 Jan 2013 13:42:43 -0800
User-agent: Mutt/1.5.21 (2010-09-15)

Is it possible that these constructs might one day be possible?
I ran into some syncopated music today which would have been
convenient to store in a variable, but it was difficult to find a
viable "break point" because of frequent tied notes.

Thanks!


motifA = \relative c' {  f1 ~ }

\score {
  \new Staff {
    \relative c' {
      \motifA f1
      \motifA f4 g a c
    }
  }
}


or:

motifB = \relative c' {  f1  }

\score {
  \new Staff {
    \relative c' {
      \motifB ~ f1
      \motifB ~ f4 g a c
    }
  }
}


or even:

motifB = \relative c' {  f1  }
motifC = \relative c' {  f1  }

\score {
  \new Staff {
    \relative c' {
      \motifB ~ \motifC
    }
  }
}



reply via email to

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