Re: Stacking two text lines

2019-05-26 Thread Mike Dean
It worked!! Thanks, Aaron!!
(I have to wrestle with the placement of the text in a \score block, as
I've combined the two Gavottes into one document)
Hopefully the order ought to be:
\score {
Music expression
}
\header { title }
\markup {someText} << when the movement stood by itself, placing it before
the {music expression} worked, but, not at all in a \score block

Mike Dean


On Sun, May 26, 2019 at 5:42 AM Mike Dean  wrote:

> I'll give it a try, and report back. Thanks, Aaron.
> Mike Dean
>
>
> On Sun, May 26, 2019 at 2:37 AM Aaron Hill 
> wrote:
>
>> On 2019-05-25 9:52 pm, Mike Dean wrote:
>> > Hi group:
>> > I am extracting a solo line from Gavotte II (Cello Sonata #6, J.S.
>> > Bach)
>> > and at the end of Gavotte II are these instructions:
>> >
>> > 2nd time poco rall.
>> > Gavotte I D.C.
>> >
>> > I am struggling with how to attach that to the final measure (and a
>> > half):
>> >
>> > a, a\p-. b-. cs-. | d2
>>
>> \markup is quite powerful in LilyPond; and you can use it just about
>> anywhere.  But more important to your scenario, you can use it for
>> TextScripts and RehearsalMarks.  See the following:
>>
>> 
>> \version "2.19.82"
>>
>> someText = \markup
>>\abs-fontsize #8 \override #'(baseline-skip . 1.5)
>>\right-column { A BB CCC }
>>
>> \fixed c' {
>>| c'4 \tuplet 3/2 { b8 a g } e2^\markup \someText
>>| f4 \tuplet 3/2 { g8 a b } c'2
>>  \once \override Score.RehearsalMark.self-alignment-X = #RIGHT
>>  \mark \markup \someText
>> }
>> 
>>
>>
>> -- Aaron Hill___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Stacking two text lines

2019-05-26 Thread Mike Dean
I'll give it a try, and report back. Thanks, Aaron.
Mike Dean


On Sun, May 26, 2019 at 2:37 AM Aaron Hill  wrote:

> On 2019-05-25 9:52 pm, Mike Dean wrote:
> > Hi group:
> > I am extracting a solo line from Gavotte II (Cello Sonata #6, J.S.
> > Bach)
> > and at the end of Gavotte II are these instructions:
> >
> > 2nd time poco rall.
> > Gavotte I D.C.
> >
> > I am struggling with how to attach that to the final measure (and a
> > half):
> >
> > a, a\p-. b-. cs-. | d2
>
> \markup is quite powerful in LilyPond; and you can use it just about
> anywhere.  But more important to your scenario, you can use it for
> TextScripts and RehearsalMarks.  See the following:
>
> 
> \version "2.19.82"
>
> someText = \markup
>\abs-fontsize #8 \override #'(baseline-skip . 1.5)
>\right-column { A BB CCC }
>
> \fixed c' {
>| c'4 \tuplet 3/2 { b8 a g } e2^\markup \someText
>| f4 \tuplet 3/2 { g8 a b } c'2
>  \once \override Score.RehearsalMark.self-alignment-X = #RIGHT
>  \mark \markup \someText
> }
> 
>
>
> -- Aaron Hill___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Stacking two text lines

2019-05-26 Thread Aaron Hill

On 2019-05-25 9:52 pm, Mike Dean wrote:

Hi group:
I am extracting a solo line from Gavotte II (Cello Sonata #6, J.S. 
Bach)

and at the end of Gavotte II are these instructions:

2nd time poco rall.
Gavotte I D.C.

I am struggling with how to attach that to the final measure (and a 
half):


a, a\p-. b-. cs-. | d2


\markup is quite powerful in LilyPond; and you can use it just about 
anywhere.  But more important to your scenario, you can use it for 
TextScripts and RehearsalMarks.  See the following:



\version "2.19.82"

someText = \markup
  \abs-fontsize #8 \override #'(baseline-skip . 1.5)
  \right-column { A BB CCC }

\fixed c' {
  | c'4 \tuplet 3/2 { b8 a g } e2^\markup \someText
  | f4 \tuplet 3/2 { g8 a b } c'2
\once \override Score.RehearsalMark.self-alignment-X = #RIGHT
\mark \markup \someText
}



-- Aaron Hill___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Stacking two text lines

2019-05-25 Thread Mike Dean
Hi group:
I am extracting a solo line from Gavotte II (Cello Sonata #6, J.S. Bach)
and at the end of Gavotte II are these instructions:

2nd time poco rall.
Gavotte I D.C.

I am struggling with how to attach that to the final measure (and a half):

a, a\p-. b-. cs-. | d2
Mike Dean
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user