lilypond-user
[Top][All Lists]
Advanced

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

Re: "tieRepeat" ???


From: Martial
Subject: Re: "tieRepeat" ???
Date: Fri, 08 Jun 2007 22:02:39 +0200
User-agent: Thunderbird 2.0.0.0 (Windows/20070326)

is this solution acceptable ? :

\alternative {
{
\once \override NoteHead #'duration-log = 1
g2 ~ \hideNotes  \bar "" g2  \unHideNotes   %% here ...
}
%.....


What code shall I write if the first alternative of a repeat ends with
a tie?

(What I'd like is kind of the opposite of \repeatTie)


%% ------------- LilyPond code -------------
\version "2.11.23"
\paper{ ragged-right=##t }
\relative g' {
  g1~ |
  \repeat volta 2{
    g4 r4 r2 |
  }
  \alternative{
    {
      g1~ |  %% here I want the tie to end at the repeat sign...
    }
    {
      g4 e c2 |
    }
  }
}
%% -------------- end of code --------------






reply via email to

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