Re: Title Position Off

2019-01-22 Thread Lukas-Fabian Moser
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

Re: Title Position Off

2019-01-21 Thread Jacques Menu
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

Re: Title Position Off

2019-01-21 Thread Aaron Hill
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

Re: Title Position Off

2019-01-21 Thread Kieren MacMillan
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

Re: Title Position Off

2019-01-21 Thread Kieren MacMillan
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.

Re: Title Position Off

2019-01-21 Thread Reggie
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

Re: Title Position Off

2019-01-21 Thread Reggie
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

Re: Title Position Off

2019-01-21 Thread Kieren MacMillan
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

Re: Title Position Off

2019-01-21 Thread Aaron Hill
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)))

Re: Title Position Off

2019-01-21 Thread Aaron Hill
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

Re: Title Position Off

2019-01-21 Thread Karlin High
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

Re: Title Position Off

2019-01-21 Thread Aaron Hill
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

Re: Title Position Off

2019-01-21 Thread Reggie
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,

Re: Title Position Off

2019-01-21 Thread Karlin High
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

Re: Title Position Off

2019-01-21 Thread Reggie
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 { >

Re: Title Position Off

2019-01-21 Thread Reggie
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:

Re: Title Position Off

2019-01-21 Thread Kieren MacMillan
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" }

Title Position Off

2019-01-21 Thread Reggie
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