Re: systems-per-page and page-count do not work together
On Fri, Dec 31, 2010 at 2:38 AM, Reinhold Kainhofer wrote: > Am Donnerstag, 30. Dezember 2010, um 20:35:57 schrieb Reinhold Kainhofer: > > It seems that if you specify both systems-per-page and page-count, then > > lilypond will disregard page-count. Instead of stretching the notes, it > > will simply use less pages than desired and cram the notes together. > Yes, optimal-page-breaking.cc had: /* TODO: the interaction between systems_per_page and page_count needs to be considered. */ This is now fixed in git. Cheers, Joe ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond
Re: including gregorian.ly breaks lyrics alignment in melismas
2010/12/28 Trevor Daniels > > Janek Warchoł wrote Tuesday, December 28, 2010 3:28 PM >> I wouldn't describe this behaviour as "packing notes as tightly as >> possible" - the first note gets enormous amount of space. Don't you >> think that packed-spacing is bugged itself? > > No. The space after the first note is to accommodate the lyrics word > attached to that note. Just as in modern music the note spacing > adjusts as necessary to accommodate the lyrics. When there is a melisma like this in modern music the lyric word does not go necessarily only under first note, see attached normalbehaviour.png. But nevertheless i suppose we should leave it alone as for now. yours Pondly, Janek <><>___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond
woodwind-diagram clarinet
Hallo version 2.13.44 (2.13.45?) file: define-woodwind-diagrams.scm The definitions of the keys for clarinet are for the right hand wrong: (rh . (ees)) should be (rh . (e)) (rh . (gis)) should be (rh . (f)) (rh . (e)) should be (rh . (gis)) bass-clarinet (rh . (f)) should be (rh . (ees)) or (rh . (dis)) For both types (normal and bass clarinet) there exists also an additional key for the left hand -> low-gis. For the bass-clarinet there exists also 5 other keys: low-d for the little finger of the left hand low-d for the little finger of the right hand low-d for the thumb of the right hand low-cis for the thumb of the right hand low-c for the thumb of the right hand for more informations (images) there exisits a excellent site: http://www.wfg.woodwind.org/clarinet/basscl_alt_1.html thanks I had to type followings to receive a correct image clarinet = \relative c' { s2 e,4^\markup { \woodwind-diagram #'clarinet #'((cc . (one two three four five six)) (lh . (thumb )) (rh . (ees))) }_\markup e s2. e4^\markup { \woodwind-diagram #'clarinet #'((cc . (one two three four five six)) (lh . (thumb f)) (rh . (ees))) }_\markup e s2. e4^\markup { \woodwind-diagram #'clarinet #'((cc . (one two three four five six)) (lh . (thumb e)) (rh . ())) }_\markup e s2. e4^\markup { \woodwind-diagram #'clarinet #'((cc . (one two three four five six)) (lh . (thumb e)) (rh . (gis))) }_\markup e s2. f4^\markup { \woodwind-diagram #'clarinet #'((cc . (one two three four five six)) (lh . (thumb )) (rh . (gis))) }_\markup f s2. f4^\markup { \woodwind-diagram #'clarinet #'((cc . (one two three four five six)) (lh . (thumb f)) (rh . ())) }_\markup f s2. fis4^\markup { \woodwind-diagram #'clarinet #'((cc . (one two three four five six)) (lh . (thumb fis)) (rh . ())) }_\markup fis ges_\markup ges s2 fis4^\markup { \woodwind-diagram #'clarinet #'((cc . (one two three four five six)) (lh . (thumb )) (rh . (fis))) }_\markup fis ges_\markup ges s2 g4^\markup { \woodwind-diagram #'clarinet #'((cc . (one two three four five six)) (lh . (thumb )) (rh . ())) }_\markup g s2. gis4^\markup { \woodwind-diagram #'clarinet #'((cc . (one two three four five six)) (lh . (thumb )) (rh . (e))) }_\markup gis as_\markup as } ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond
systems-per-page and page-count do not work together
It seems that if you specify both systems-per-page and page-count, then lilypond will disregard page-count. Instead of stretching the notes, it will simply use less pages than desired and cram the notes together. Minimal example attached. Lilypond will always use 2 pages (with 3 systems each) rather than the requested 3 pages. The correct solution would be IMO to use 3 pages with 3 systems each and stretch the notes correspondingly. Cheers, Reinhold -- -- Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond
Fwd: Re: Lilypond notation query
-- Weitergeleitete Nachricht -- Betreff: Re: Lilypond notation query Datum: Donnerstag, 30. Dezember 2010, 19:22:49 Von: Trevor Agus An: Reinhold Kainhofer Hello Reinhold, Thanks very much for your reply (a long time ago!) I think your understanding of the very-minor bug are correct. I imagine it might be a big job to fix it, and my programming skills aren't even up to a minor fix. But I think it's close enough not to be a problem! Thanks again for implementing the harp images. Trevor On 9 October 2010 22:31:56 UTC+2, Reinhold Kainhofer wrote: > Am Donnerstag 07 Oktober 2010, um 23:36:37 schrieben Sie: >> However, she very observantly spotted a minor flaw when the pedals are >> listed by letter, e.g., [DbC#B|E#F#GAb]. The letters are not quite >> correctly aligned -- the G (and perhaps the C) are a little too high (see >> >> http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Harp#Harp-pedals) >> . It seems that the letters are aligned based on their lowest point, but >> in >> the case of the G, the lowest point would normally hang slightly below the >> line. >> >> I realise that this is probably not the section you programmed. However, I >> thought you might at least know enough about how Lilypond works to direct >> me to the right person/forum. > > Yes, you are right, I didn't implement that part, just the harp pedal > diagrams. The snippets shown for harp-pedal position text is really nothing > harp-specific, as it is a simple pure text markup that you have to create > manually. > > However, the "problem" with the letters stems from the \vcenter, which > vertically centers all letters in the text (nothing harp-specific there). As > you notice, the letters apparently have different vertical extents, so they > are > not aligned at their baseline... > On the other hand, without the \vcenter, all the accidentals are off... > > So, I don't really know a better solution. > > Cheers, > Reinhold > > -- > -- > Reinhold Kainhofer, Vienna University of Technology, Austria > email: reinh...@kainhofer.com, http://reinhold.kainhofer.com/ > * Financial and Actuarial Mathematics, TU Wien, > http://www.fam.tuwien.ac.at/ > * Edition Kainhofer Music Publishing, http://www.edition-kainhofer.com/ > * LilyPond music typesetting software, http://www.lilypond.org/ > - -- -- Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond
Re: Issue 1410 in lilypond: Rest in lower voice should be placed above notes in in upper if voices are crossed.
Comment #2 on issue 1410 by x.scheuer: Rest in lower voice should be placed above notes in in upper if voices are crossed. http://code.google.com/p/lilypond/issues/detail?id=1410 Isn't the snippet #732 actually a fix for this? http://lsr.dsi.unimi.it/LSR/Item?id=732 Could you implement it by default in LilyPond? Cheers, Xavier ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond
Optical spacing fails at tight situations
Hi, didn't find it in the tracker so i report: optical spacing doesn't work as expected in the following situation: \version "2.13.43" \new Score { \repeat unfold 12 { c''16 [ d'' b' c'' ] \noBreak } } All 16ths are spaced equally, while the distance betwwen d and b should be smaller. When notes are not so tight, it works as expected, try \version "2.13.43" \new Score { \repeat unfold 8 { c''16 [ d'' b' c'' ] \noBreak } } yours Pondly, Janek ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond
Issue 1467 in lilypond: [PATCH] Doc: Rewrite NR 3.2 Titles and headers. (issue3667041)
Status: New Owner: Labels: Type-Documentation Patch New issue 1467 by neziap: [PATCH] Doc: Rewrite NR 3.2 Titles and headers. (issue3667041) http://code.google.com/p/lilypond/issues/detail?id=1467 http://lists.gnu.org/archive/html/lilypond-devel/2010-12/msg00479.html http://codereview.appspot.com/3667041/ ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond
Re: Issue 1278 in lilypond: Enhancement: arrow notation for quarter-tones
Updates: Labels: Patch Comment #1 on issue 1278 by neziap: Enhancement: arrow notation for quarter-tones http://code.google.com/p/lilypond/issues/detail?id=1278 http://codereview.appspot.com/3789044/ ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond