Re: Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repeatTie

2010-10-01 Thread lilypond

Updates:
Status: Verified

Comment #9 on issue 1026 by PhilEHolmes: Documentation: adapting Lyrics  
when using \repeatTie

http://code.google.com/p/lilypond/issues/detail?id=1026

(No comment was entered for this change.)


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repeatTie

2010-09-29 Thread lilypond

Updates:
Labels: -2.13.35 fixed_2_13_35

Comment #8 on issue 1026 by PhilEHolmes: Documentation: adapting Lyrics  
when using \repeatTie

http://code.google.com/p/lilypond/issues/detail?id=1026

(No comment was entered for this change.)


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repeatTie

2010-09-29 Thread lilypond

Updates:
Status: Fixed
Labels: 2.13.35

Comment #7 on issue 1026 by tdanielsmusic: Documentation: adapting Lyrics  
when using \repeatTie

http://code.google.com/p/lilypond/issues/detail?id=1026

Documentation for using \alternative in repeats with lyrics has been added  
to NR 2.1 Vocal music/Techniques specific to lyrics/Lyrics and repeats in  
git, and it covers this point.


For the record, the issue is not straightforward, as the example in comment  
5 illustrates.  In order to get the volta brackets in music and lyrics to  
line up correctly it is necessary to disable the automatic detection of a  
melisma over a tied note and insert manual skips in both sections (AFAICS):


\relative c' {
  \repeat volta 2 {
\set melismaBusyProperties = #'()
c d e f~ |
  }
  \alternative {
{ f a b c }
{ f, \repeatTie g a c }
\unset melismaBusyProperties
  }
}

\addlyrics {
  \repeat volta 2 {
c d e f
  }
  \alternative {
{ _ a b c }
{ _ g a c }
  }
}

This may be a bug, or indicate a desirable enhancement.  If so, a separate  
issue should be raised.


Trevor


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repeatTie

2010-08-16 Thread lilypond

Updates:
Status: Started
Owner: tdanielsmusic

Comment #6 on issue 1026 by percival.music.ca: Documentation: adapting  
Lyrics when using \repeatTie

http://code.google.com/p/lilypond/issues/detail?id=1026

Trevor is rewriting the entire section, so he should take this into account.


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repeatTie

2010-06-16 Thread lilypond


Comment #5 on issue 1026 by pkx1...@hotmail.com: Documentation: adapting  
Lyrics when using \repeatTie

http://code.google.com/p/lilypond/issues/detail?id=1026

I'd like to include an example rather than just verbally describe this,  
however the example above creates strange volta brackets (see attached  
screenshot) and I cannot work out why. I have tried to simplify this, but I  
don't have a lot of vocal experience with LilyPond so have been  
unsuccessful. Could someone help here so I can then make a simple example?  
(I am using 2.13.23).


Attachments:
Capture.JPG  23.6 KB


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repeatTie

2010-06-05 Thread lilypond


Comment #4 on issue 1026 by percival.music.ca: Documentation: adapting  
Lyrics when using \repeatTie

http://code.google.com/p/lilypond/issues/detail?id=1026

I don't think it has anything to do with \partials, but yes, this just  
needs a

@knownissue somewhere.

Dump it in Vocals.  I don't care where; that whole section is due for a  
complete rewrite.



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repeatTie

2010-06-04 Thread lilypond


Comment #3 on issue 1026 by pkx1...@hotmail.com: Documentation: adapting  
Lyrics when using \repeatTie

http://code.google.com/p/lilypond/issues/detail?id=1026

I understand the problem now. The '_' is required when using a \repeatTie  
else the
lyric in the alternate volta is started on the first note instead of after  
(where the
previous lyric would normally overlap). The example above gives a weird set  
of volta
brackets, however I understand the problem and think it probably needs to  
be in the
NR as an @knownissue only that this is kind of the same 'type' of problem  
we covered
with \partials in the middle of a piece and that was added as an  
@knownissue in the NR.


Let me know if my reasoning is sound and I can come up with something.


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repeatTie

2010-03-31 Thread lilypond


Comment #2 on issue 1026 by percival.music.ca: Documentation: adapting  
Lyrics when using \repeatTie

http://code.google.com/p/lilypond/issues/detail?id=1026

I *think* that he's trying to say that we recently discovered a bug with  
\repeatTie
and lyrics and that the _ in the lyrics is required to get the desired  
output.  If
I'm correct about that, then we should add information (i.e. a new example)  
about

this workaround somewhere.

He is unsure whether it should be added to the NR in Vocal music, or as a  
snippet

(we'll have a talk about this soon, I promise).

However, I agree that this report could be much, much clearer.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repeatTie

2010-03-31 Thread lilypond


Comment #1 on issue 1026 by pkx1...@hotmail.com: Documentation: adapting  
Lyrics when using \repeatTie

http://code.google.com/p/lilypond/issues/detail?id=1026

Valentin, I hope I am not being rude, but I find it hard often in many of  
these
tracker issue to know what examples are being disaplyed and where they are  
taken from
without having to manually search through every snippet, .texi or itely  
file in the
source and even then I am not sure if I don't find it if it is my fault or  
that the

example being requested doesn't exist in the first place.

Is this a new example, an edit to an existing file etc? If so which one?

The reason is that then I can perhaps help with some of these issues but at  
the
moment don't really know which files to begin looking at or know if I can  
even help.


Regards

James



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 1026 in lilypond: Documentation: adapting Lyrics when using \repeatTie

2010-03-02 Thread lilypond

Status: Accepted
Owner: 
Labels: Type-Documentation Priority-Medium

New issue 1026 by v.villenave: Documentation: adapting Lyrics when using  
\repeatTie

http://code.google.com/p/lilypond/issues/detail?id=1026

% In the following example, the lyrics need to be adapted
% (otherwise they just ignore the \repeatTie in the melody).

\version "2.13.14"

\relative c' {
  \repeat volta 2 {
c d e f~ |
  }
  \alternative {
{ f a b c }
{ f, \repeatTie g a c }
  }
}

\addlyrics {
  \repeat volta 2 {
c d e f
  }
  \alternative {
{ a b c }
% The underscore is necessary here
{ _ g a c }
  }
}

% I'm not sure where to document it: in Vocal music? as a snippet?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond