Re: Spacing of single beat "percent" repeats

2015-12-31 Thread Ralph Palmer
>
>
> Not sure I'd agree, but it's already configureable:
>
> \override DoubleRepeatSlash.slash-negative-kern = #1.4
> %%default is 1.6
>
> Cheers,
>   Harm
>

Thanks, Harm,

Ralph


-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


"Percent" repeats for mixed value beats with 32-notes

2015-12-31 Thread Ralph Palmer
Greetings -

The Putney (VT) Community Orchestra, under Cailin Mason, recently performed
the Overture to Phedre by Massenet. In the viola part, there is a use of
percent repeats that makes sense but is not supported by LilyPond and is
not directly covered by either Gould ("Behind Bars:") or Read ("Music
Notation"). My stand partner, James Bergin, helped me figure out the
rationale behind the notation.

I no longer have access to the viola part, but here is the relevant section
from the score :

[image: Inline image 2]

The percent repeat used in the viola part looked like the repeats in the
following section in the documentation.
LilyPond — Notation Reference v2.19.34 (development-branch).

 1.4 Repeats

   1.4.2 Short repeats


   -   Percent repeats
   




"Patterns that are shorter than one measure but contain mixed durations use
a double-percent symbol."
[image: Inline image 3]
except that the percent repeat signs had three slanting lines. Read says,
"Beats consisting of mixed values are abbreviated by using double slashes
accompanied by two dots:" and then shows repeat signs like the above
repeats (with a larger gap between signs), repeating a single beat
consisting of an eighth note and two sixteenth notes. James pointed out
that the repeat signs in The Overture to Phedre made sense if you took into
consideration the facts that : 1) the repeats were of single beats; 2) the
beats consisted of mixed values; and 3) the shortest duration was a
thirty-second note (having three flags or beams).

I would like to suggest that we consider adding (at least) the capability
of producing percent repeat signs with three bars. (I shall also suggest
wider, more legible spacing between percent repeat signs as the default,
but I shall do that in a separate email, to keep the threads separate.)

Thanks to all of you for your help, encouragement, and support!

I hope you have a Happy New Year,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Spacing of single beat "percent" repeats

2015-12-31 Thread Thomas Morley
2015-12-31 14:57 GMT+01:00 Ralph Palmer :
> Greetings -
>
> I request that we increase the space between "percent" repeats of mixed
> value beats in order to increase legibility.
>
> The current spacing shown in
> LilyPond — Notation Reference v2.19.34 (development-branch).
> 
>1.4.2 Short repeats
> 
>
> is
> [image: Inline image 1]
>
> Read uses a wider, more legible spacing ("Music Notation", pg. 224) (see
> attachment).

Not sure I'd agree, but it's already configureable:

\override DoubleRepeatSlash.slash-negative-kern = #1.4
%%default is 1.6

Cheers,
  Harm

>
> I appreciate your time and attention,
>
> Ralph
>
> --
> Ralph Palmer
> Brattleboro, VT
> USA
> palmer.r.vio...@gmail.com
>
> ___
> bug-lilypond mailing list
> bug-lilypond@gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>

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


Slur inside tuplet bracket causing crash

2015-12-31 Thread Andrew Bernard
When I attempt to move the following slur inside the the tuplet bracket relese 
2.19.34 crashes with an assertion failure.

Excerpting the code to isolate the issue results in incorrect output and error 
messages, but no assertion failure.

What is going on here? In the context of my very large score, the assertion 
failure prevents me compiling it at all.

\version "2.19.34"

{
  \clef bass
  \time 1/4

  \stemUp
  \tupletDown
  \once \override TupletNumber.avoid-slur = #'around
  %\once \override TupletBracket.Y-offset = #2
  \tuplet 5/4 { gis,16( b,16. } 
  dis16 fis16. g32) c'^.^> r32
}

Log output:

Starting lilypond 2.19.34 [exp-crash.ly]...
Processing `/home/andro/work/lilypond/proportion/exp-crash.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
programming error: minimise_least_squares ():  Nothing to minimise
This means that vertical spacing is triggered
before line breaking

continuing, cross fingers
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `/tmp/lilypond-azboyo'...
Converting to `exp-crash.pdf'...
Deleting `/tmp/lilypond-azboyo'...
Success: compilation successfully completed
Completed successfully in 0.7”.

Commenting this out removes the error:

\once \override TupletNumber.avoid-slur = #’around

But this is what I need to achieve for the score.

This is the assertion faliure I get in the contrext of the larger score:

Preprocessing graphical objects...lilypond: 
/home/andro/src/lilypond-2.19.34/flower/include/interval.hh:227: T 
Interval_t::center() const [with T = double]: Assertion `!is_empty ()' 
failed.
Exited with exit status 1.

Andrew




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