Am 22.01.19 um 02:13 schrieb Aaron Hill:
I forgot \with-dimensions-from was a thing:
#(define-markup-command (faux-raise layout props amount arg) (number?
markup?)
(interpret-markup layout props
(markup #:with-dimensions-from arg (#:raise amount arg
Now that's immensely u
Hello Reggie,
Why can't you just show us an MWE (Minimum Working Example) of your Lily code?
That would make helping you so much easier!
JM
> Le 22 janv. 2019 à 04:57, Aaron Hill a écrit :
>
> On 2019-01-21 6:17 pm, Reggie wrote:
>> For your information, top-system-spacing has zero effect on
On 2019-01-21 6:17 pm, Reggie wrote:
For your information, top-system-spacing has zero effect on my Score. I
have
my margins set all to a basic .75\in and this top-system-spacing has no
visible change. Why is this? What causes top-system-spacing to not show
any
change? How should I be a detect
Hi Reggie,
> top-system-spacing has zero effect on my Score. I have
> my margins set all to a basic .75\in and this top-system-spacing has no
> visible change. Why is this? What causes top-system-spacing to not show any
> change? How should I be a detective and solve this? :))
Compile the snippet
Hi Reggie,
> Is there a way to only adjust the first page top-margin
What I suggested will do that, because top-markup-spacing (essentially, the
"first page" top spacing) is independent of top-system-spacing (essentially,
the "second and subsequent page" top spacing).
Cheers,
Kieren.
_
Kieren MacMillan wrote
> Hi Reggie,
>
>> Nothing is above my title. I have a normal Piece of music. I
>> would like to have my title move UP vertically only but not move my
>> music
>> at all. The top system and beyond is just fine.
>
> Then you need to decrease top-markup-spacing (to reduce the
Aaron Hill wrote
> A side commentary, if you would not mind. You have posted a few times
> asking for features that seem to show a focus on WYSIWYG-style
> activities. You are probably used to using tools that let you click and
> drag items around on a virtual paper, placing things wherever yo
Hi Reggie,
> Nothing is above my title. I have a normal Piece of music. I
> would like to have my title move UP vertically only but not move my music
> at all. The top system and beyond is just fine.
Then you need to decrease top-markup-spacing (to reduce the gap between the top
margin and your
On 2019-01-21 4:35 pm, Aaron Hill wrote:
\version "2.19.82"
#(define-markup-command (faux-raise layout props amount arg) (number?
markup?)
(let* ((sten (interpret-markup layout props arg))
(xex (ly:stencil-extent sten X))
(yex (ly:stencil-extent sten Y)))
(interpre
On 2019-01-21 3:30 pm, Reggie wrote:
Karlin High wrote
On 1/21/2019 5:02 PM, Reggie wrote:
I literally want just move up the TITLE and not touch anything
else.
Could you attach an image or PDF showing the form of your current
layout? I'm curious about what is currently above the title.
You
On 1/21/2019 5:30 PM, Reggie wrote:
Nothing is above my title.
Sorry, communication failure. I was thinking that moving the title up
will quickly reach the top of the page, and there must be something
about the layout I am not understanding.
How about using annotate-spacing to show the avai
On 2019-01-21 3:02 pm, Reggie wrote:
And actually you are incorrect that command pushes all systems down in
my
Piece so I literally want just move up the TITLE and not touch anything
else. This is not possible I can't see it yet. Sorry but no. Your raise
does
not only move title it bothers my
Karlin High wrote
> On 1/21/2019 5:02 PM, Reggie wrote:
>> I literally want just move up the TITLE and not touch anything
>> else.
>
> Could you attach an image or PDF showing the form of your current
> layout? I'm curious about what is currently above the title.
> --
> Karlin High
> Missouri, U
On 1/21/2019 5:02 PM, Reggie wrote:
I literally want just move up the TITLE and not touch anything
else.
Could you attach an image or PDF showing the form of your current
layout? I'm curious about what is currently above the title.
--
Karlin High
Missouri, USA
___
Kieren MacMillan wrote
> Hi Reggie,
>
>> How is it possible to simply? move a title of a piece vertical up?
>
> %%% SNIPPET BEGINS
> \version "2.19.80"
>
> \bookpart {
> \header {
> title = \markup "My Default Title"
> }
> \score {
> c''1
> }
> }
> \bookpart {
> \header {
>
And actually you are incorrect that command pushes all systems down in my
Piece so I literally want just move up the TITLE and not touch anything
else. This is not possible I can't see it yet. Sorry but no. Your raise does
not only move title it bothers my music.
--
Sent from: http://lilypond.10
Hi Reggie,
> How is it possible to simply? move a title of a piece vertical up?
%%% SNIPPET BEGINS
\version "2.19.80"
\bookpart {
\header {
title = \markup "My Default Title"
}
\score {
c''1
}
}
\bookpart {
\header {
title = \markup \raise #15 "My Higher Title"
}
\scor
How is it possible to simply? move a title of a piece vertical up? Without
moving the systems below first or any systems? I don't want to mess up
markup-system-spacing.minimum-distance or
markup-system-spacing.basic-distance or so on. Just move a title up Y offset
something amount without effecting
Hi,
I use meter="Moderato" in the \header.
The Text is appearing quite above the first staff -
How can I make it apear directly above staff, left-aligned with the staff?
Cheers,
Ron
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.or
19 matches
Mail list logo