Re: Markup text collision

2016-08-31 Thread Ralph Palmer
On Wed, Aug 31, 2016 at 3:57 PM, Flaming Hakama by Elaine <
ela...@flaminghakama.com> wrote:

>
> I'm trying to order, from top to bottom, a markup text ("IABACA"), a
>> rehearsal mark, ("I"), and a tempo mark (quarter note = 200).
>>
>> I can get them in order, but the markup text collides with the "poet"
>> text fromt the header. Can anyone help me out here?
>>
>
>
> The collision with the header can be fixed by some paper settings.
> Only the first one is relevant to this example.
> But, these other two come in handy, so here they are for your enjoyment.
>
>
> \version "2.19.15"
>
> \paper {
> % First page spacing after header
> markup-system-spacing #'padding = #6
>
> % Subsequent page spacing after header
> top-system-spacing #'minimum-distance = #18
>
> % Spacing in between systems
> system-system-spacing #'minimum-distance = #12
> }
>
> \header {
>   title = \markup { \fontsize #-0.5 \bold "Something"}
>   poet = "Another thing"
> }
>
> \relative c' {
> \clef treble
> \key e \minor
> \time 3/4
> \tempo 4 = 200
> \set Score.markFormatter = #format-mark-box-alphabet
>
> % Introduction
> \mark #9
> \once \override TextScript.outside-staff-priority = #2000
> \once \override TextScript.extra-offset = #'(-4 . 3)
> r8^\markup { IABACA } b' d g b d |
> c8 b a g a g |
> c8 b a g a g |
> c8 b a g a g |
> c8 b a g a g |
> }
>
>
>
>
>
> David Elaine Alt
> 415 . 341 .4954   "*Confusion is
> highly underrated*"
> ela...@flaminghakama.com
> self-immolation.info
> skype: flaming_hakama
> Producer ~ Composer ~ Instrumentalist
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>

Thanks for the solution and the extra settings!

Ralph

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


Re: Markup text collision

2016-08-31 Thread Flaming Hakama by Elaine
> I'm trying to order, from top to bottom, a markup text ("IABACA"), a
> rehearsal mark, ("I"), and a tempo mark (quarter note = 200).
>
> I can get them in order, but the markup text collides with the "poet" text
> fromt the header. Can anyone help me out here?
>


The collision with the header can be fixed by some paper settings.
Only the first one is relevant to this example.
But, these other two come in handy, so here they are for your enjoyment.


\version "2.19.15"

\paper {
% First page spacing after header
markup-system-spacing #'padding = #6

% Subsequent page spacing after header
top-system-spacing #'minimum-distance = #18

% Spacing in between systems
system-system-spacing #'minimum-distance = #12
}

\header {
  title = \markup { \fontsize #-0.5 \bold "Something"}
  poet = "Another thing"
}

\relative c' {
\clef treble
\key e \minor
\time 3/4
\tempo 4 = 200
\set Score.markFormatter = #format-mark-box-alphabet

% Introduction
\mark #9
\once \override TextScript.outside-staff-priority = #2000
\once \override TextScript.extra-offset = #'(-4 . 3)
r8^\markup { IABACA } b' d g b d |
c8 b a g a g |
c8 b a g a g |
c8 b a g a g |
c8 b a g a g |
}





David Elaine Alt
415 . 341 .4954   "*Confusion is
highly underrated*"
ela...@flaminghakama.com
self-immolation.info
skype: flaming_hakama
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Markup text collision

2016-08-31 Thread Ralph Palmer
On Tue, Aug 30, 2016 at 3:48 PM, David Wright 
wrote:

> On Tue 30 Aug 2016 at 14:35:33 (-0400), Ralph Palmer wrote:
> > I'm running ly 2.19.40 under Windows 7.
> >
> > I'm trying to order, from top to bottom, a markup text ("IABACA"), a
> > rehearsal mark, ("I"), and a tempo mark (quarter note = 200).
>


> poet = \markup { \column { "Another thing" " " } }
>

 Works beautifully! Thanks, David,

Ralph

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


Re: Markup text collision

2016-08-30 Thread David Wright
On Tue 30 Aug 2016 at 14:35:33 (-0400), Ralph Palmer wrote:
> I'm running ly 2.19.40 under Windows 7.
> 
> I'm trying to order, from top to bottom, a markup text ("IABACA"), a
> rehearsal mark, ("I"), and a tempo mark (quarter note = 200).
> 
> I can get them in order, but the markup text collides with the "poet" text
> fromt the header. Can anyone help me out here?
> 
> %%% begin snippet 
> 
> \version "2.19.40"
> \include "english.ly"
> 
> 
> \paper {
>   #(set-paper-size "letter")
>   top-margin = 0.5\in
> }
> 
> \header {
>   title = \markup { \fontsize #-0.5 \bold "Something"}
>   poet = "Another thing"

poet = \markup { \column { "Another thing" " " } }

Just a workaround, though. Untested when combined with other header items.

Cheers,
David.

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


Markup text collision

2016-08-30 Thread Ralph Palmer
Greetings -

I'm running ly 2.19.40 under Windows 7.

I'm trying to order, from top to bottom, a markup text ("IABACA"), a
rehearsal mark, ("I"), and a tempo mark (quarter note = 200).

I can get them in order, but the markup text collides with the "poet" text
fromt the header. Can anyone help me out here?

%%% begin snippet 

\version "2.19.40"
\include "english.ly"


\paper {
  #(set-paper-size "letter")
  top-margin = 0.5\in
}

\header {
  title = \markup { \fontsize #-0.5 \bold "Something"}
  poet = "Another thing"
}

%#(set-global-staff-size 20.0)

IABACAtest =
\relative c' {
  \clef treble
  \key e \minor
  \time 3/4
  \tempo 4 = 200
  \set Score.markFormatter = #format-mark-box-alphabet

  % Introduction
  \mark #9
  \once \override TextScript.outside-staff-priority = #2000
  \once \override TextScript.extra-offset = #'(-4 . 3)
  r8^\markup { IABACA } b' d g b d |
  c8 b a g a g |
  c8 b a g a g |
  c8 b a g a g |
  c8 b a g a g |
}


\score {
  \IABACAtest
}
\layout {
  indent = 0
}

%%% end snippet 

Thanks in advance,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com


IABACA_test.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user