Re: lyrics in cadenza

2012-07-09 Thread Helge Kruse
Thomas, this solves the problem. Chaning the order of cadenzaOff and melismaEnd removed the misinterpretion of the lyrics. The cadenzaOff must be placed one measure for the next bar. Setting a manual bar is just smart although unexpected (*). Another advantage I see is that the lyrics don't ne

Re: LSR snippet "Controlling of the pitch range in a score" broken at 2.15.40

2012-07-09 Thread Gilles
The LSR snippet "Controlling of the pitch range in a score" contains the code for a function, colorizeOutOfRange. This function works at 2.14.2, but doesn't at 2.15.40. Well, i waited for the release of Lilypond 2.16, to annonce some snippets updates, but it seems that it's time to do that

Re: [Feature request] attach lilypond code in pdf.

2012-07-09 Thread Henning Hraban Ramm
Am 2012-07-08 um 20:27 schrieb Da Mota Sam: I'm a pretty much new user of lilypond and I have an idea for a almost dummy new feature: automatically attach lilypond code in pdf. With pdf files it is possible to attach a file into it. I think it would be nice to have a lilypond option that attache

Re: lyrics in cadenza

2012-07-09 Thread Thomas Morley
2012/7/9 Helge Kruse : > Hello Phil, > > thanks for reply. I tried to fix this with \skip as well as with \melisma. > Unfortunately both failed. > > When I use \skip I get near to the expected result. Inside the cadenza I > have to use manual beaming. As long as I leave the last four quavers withou

Re: playing instructions cause page numbers on wrong places

2012-07-09 Thread David Rogers
On Mon, 9 Jul 2012 16:15:02 +0200 Stefan Thomas wrote: > Dear community, > the very nice code, I've copied in the attached file "anweisungen.ly" > does some things I don't like but I don't know how to change it: > the page-numbers are at the bottom, not at the head off the page. > The copyright i

Re: lyrics in cadenza

2012-07-09 Thread Helge Kruse
Hello Phil, thanks for reply. I tried to fix this with \skip as well as with \melisma. Unfortunately both failed. When I use \skip I get near to the expected result. Inside the cadenza I have to use manual beaming. As long as I leave the last four quavers without beaming brackets Lilypond sets

Re: Regression test rater

2012-07-09 Thread Phil Holmes
- Original Message - From: "Janek Warchol" To: "Phil Holmes" Cc: "LilyPond User Group" ; "Devel" Sent: Monday, July 09, 2012 5:09 PM Subject: Re: Regression test rater On Sat, Jun 30, 2012 at 3:33 PM, Phil Holmes wrote: First of all, thanks to those who have spent time and energ

Re: Bar lines appearing even with \stopStaff and \RemoveEmptyStaves

2012-07-09 Thread -Eluze
Alexandre Ficagna wrote: > > Hy, > > does someone know why, even with \stopStaff and \RemoveEmptyStaves, > the barlines on the upper staff stand still? > Below the code: > > you didn't apply \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t to the RhythmicStaff Eluze -

Re: Regression test rater

2012-07-09 Thread Janek Warchoł
On Sat, Jun 30, 2012 at 3:33 PM, Phil Holmes wrote: > First of all, thanks to those who have spent time and energy rating the > regression test at http://www.philholmes.net/lilypond/regtests/ - we're very > close to having a rating for all the tests. [...] "LilyPond Regression Test Rater Well - b

Bar lines appearing even with \stopStaff and \RemoveEmptyStaves

2012-07-09 Thread ALEXANDRE FICAGNA
Hy, does someone know why, even with \stopStaff and \RemoveEmptyStaves, the barlines on the upper staff stand still? Below the code: up= { \stopStaff s2*8 \startStaff % \set Staff.instrumentName = "m.e." s8 d8-> s d-> } center=\relative c { \time 2/4 \clef bass

playing instructions cause page numbers on wrong places

2012-07-09 Thread Stefan Thomas
Dear community, the very nice code, I've copied in the attached file "anweisungen.ly" does some things I don't like but I don't know how to change it: the page-numbers are at the bottom, not at the head off the page. The copyright is not printed. The tagline is empty. The title and the composers na

Re: the bracket \[ does not work! A bug? [SOLVED]

2012-07-09 Thread Mario Moles
Yes i solved with: \override HorizontalBracket #'direction = #UP and \layout { \context { \Voice \consists "Horizontal_bracket_engraver" } } In data lunedì 9 luglio 2012 05:49:09, -Eluze ha scritto: > oiram73 wrote: > > In data lunedì 9 luglio 2012 11:46:07, hai scritto: >

Re: the bracket \[ does not work! A bug?

2012-07-09 Thread -Eluze
oiram73 wrote: > > In data lunedì 9 luglio 2012 11:46:07, hai scritto: > > It's because LilyPond does not like putting ligatures over beamed notes. > If > you use \autoBeamOff the ligatures are correctly presented. > > -- > Phil Holmes > > > Yes! I know! But I want both! As in the pictur

Re: the bracket \[ does not work! A bug?

2012-07-09 Thread Mario Moles
In data lunedì 9 luglio 2012 11:46:07, hai scritto: It's because LilyPond does not like putting ligatures over beamed notes. If you use \autoBeamOff the ligatures are correctly presented. -- Phil Holmes Yes! I know! But I want both! As in the picture! Is possible? -- oiram/bin/selom Da o

Re: the bracket \[ does not work! A bug?

2012-07-09 Thread Phil Holmes
It's because LilyPond does not like putting ligatures over beamed notes. If you use \autoBeamOff the ligatures are correctly presented. -- Phil Holmes - Original Message - From: Mario Moles To: lilypond-user@gnu.org Sent: Monday, July 09, 2012 11:25 AM Subject: the bracket

the bracket \[ does not work! A bug?

2012-07-09 Thread Mario Moles
Hi! I would like to know why \[ \] does not always work, as in the example. Is there a way to still get \[ \]? Thanks! Here is an example: \version "2.15.41" \language "english" \header { % Elimina la tagline predefinita di LilyPond tagline = ##f } global = { \key c \major \time 4/4 } v