Re: Gould question

2016-07-21 Thread Simon Albrecht
On 12.07.2016 10:16, David Kastrup wrote: Simon Albrecht writes: On 11.07.2016 22:33, Carl Sorensen wrote: On 7/11/16 7:54 AM, "Simon Albrecht" wrote: Hello, what do the authorities say on beaming something like this: %% \version

Re: Problem coloring Ambitus ledger-lines

2016-07-21 Thread tisimst
On Thu, Jul 21, 2016 at 10:33 AM, Patrick Karl-3 [via Lilypond] < ml-node+s1069038n19293...@n5.nabble.com> wrote: > When I use this technique in the following snippet: > > > \version "2.19.38" > > > > S = \relative g' { > > \key g\major > > \once \override Staff.LedgerLineSpanner.color =

Re: Problem coloring Ambitus ledger-lines

2016-07-21 Thread Patrick Karl
On 7/9/16 9:51 AM, Thomas Morley wrote: 2016-07-09 16:22 GMT+02:00 Patrick Karl : The following MWE: \version "2.19.38" music = { c'4 c''' r2 } \score { \new Staff \music \layout { \context { \Staff \consists "Ambitus_engraver" \with {

Re: Laissez viber ties dotted

2016-07-21 Thread Simon Albrecht
On 21.07.2016 13:12, Trevor Daniels wrote: Andrew Bernard wrote Thursday, July 21, 2016 10:55 AM On 21 July 2016 at 3:19:49 PM, Malte Meyn wrote: laissezVibrerTieDotted = \override LaissezVibrerTie.dash-definition = #'((0 1 0.1 0.75)) Is it only me that finds the IR inadequate? There appears

Re: Hyphenating words in lyrics across long repeats and across multiple pitches

2016-07-21 Thread Simon Albrecht
On 21.07.2016 12:16, Mojca Miklavec wrote: So I guess that what you wrote me is because "Tra" would normally be centred on the musical note, but now that a hyphen is considered to be part of it, it gets wider, so the function shifts the note relative to lyrics for 0.4 units to the left to

Re: Laissez viber ties dotted

2016-07-21 Thread Trevor Daniels
Andrew Bernard wrote Thursday, July 21, 2016 10:55 AM > On 21 July 2016 at 3:19:49 PM, Malte Meyn wrote: >> >> laissezVibrerTieDotted = \override LaissezVibrerTie.dash-definition = >> #'((0 1 0.1 0.75)) > Is it only me that finds the IR inadequate? There appears to be no mention > of being

Re: Hyphenating words in lyrics across long repeats and across multiple pitches

2016-07-21 Thread Mojca Miklavec
On 21 July 2016 at 11:29, Simon Albrecht wrote: > On 21.07.2016 03:39, Mojca Miklavec wrote: >> >> When I try to start a syllable that continues after the repeat, I have >> a problem. >> >> Lilypond complains loudly: >> repeats.ly:24:38: warning: unterminated hyphen; removing >> >> Below an

Re: \caps with Umlaut

2016-07-21 Thread Johan Vromans
On Thu, 21 Jul 2016 11:19:16 +0200 Simon Albrecht wrote: > Or even, as the docs suggest, a font where you can change font-shape to > small caps. Again, smallcaps is totally different from caps. The fact that a smallcaps A with umlaut has long been used instead of a real

Re: \caps with Umlaut

2016-07-21 Thread Johan Vromans
On Thu, 21 Jul 2016 11:18:22 +0200 Simon Albrecht wrote: > The issue is that caps and smallCaps are exactly the same to LilyPond, > which is in itself nonsense. Exactly. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Laissez viber ties dotted

2016-07-21 Thread Andrew Bernard
HI Malte, Thanks very much for this. Just perfect. Is it only me that finds the IR inadequate? There appears to be no mention of being able to do this for LaissezVibrer ties in the IR. For Tie grobs, this is mentioned in the tie interface page, but there is nothing about this property in the

Re: \caps with Umlaut

2016-07-21 Thread Simon Albrecht
On 21.07.2016 00:47, Simon Albrecht wrote: On 20.07.2016 23:01, Jonathan Scholbach wrote: \version "2.19.22" \markup{ \caps Bartholomäus } How can I solve this problem? I mean, how can I achieve that \caps works properly with umlauts and uses the uppercase umlaut? In the long run, your

Re: \caps with Umlaut

2016-07-21 Thread Simon Albrecht
On 21.07.2016 10:34, Johan Vromans wrote: On Wed, 20 Jul 2016 23:01:49 +0200 Jonathan Scholbach wrote: And that was when I found out, that \caps, as well as \smallCaps, "does not support accented character" (quoted from

Re: Hyphenating words in lyrics across long repeats and across multiple pitches

2016-07-21 Thread Simon Albrecht
On 21.07.2016 03:39, Mojca Miklavec wrote: When I try to start a syllable that continues after the repeat, I have a problem. Lilypond complains loudly: repeats.ly:24:38: warning: unterminated hyphen; removing Below an example that should read Oh, tralalala! Tralalali! (Of course the

Re: \caps with Umlaut

2016-07-21 Thread Johan Vromans
On Wed, 20 Jul 2016 23:01:49 +0200 Jonathan Scholbach wrote: > And that was > when I found out, that \caps, as well as \smallCaps, "does not support > accented character" (quoted from > http://lilypond.org/doc/v2.19/Documentation/notation/font) - the ä - is > printed as a

Re: \caps with Umlaut

2016-07-21 Thread Pierre Perol-Schneider
Hi Jonathan, As a workaround you can use : \version "2.19.22" \markup\concat{ B \fontsize #-2 ARTHOLOMÄUS } However, in the past I used a fairly old code, slightly adapted here : \version "2.19.45" %% original code by N. Sceaux #(use-modules (ice-9 regex)) #(define-public string-upper-case