ok,

first:
it is not about "not being bothered" it is about "knowing how and what".
So here it is:
I minimized it to what I think is quite minimal.
I think you can see the difference of location between the piece title
above the clef, it is adjusted to the position of the note, which is good
for longer titles. There's no collision with the clef yet, but it is coming
quite close.

My question then was/is, is there a way to change the alignment of the
piece title to the clef instead of the note, so I won't have to adjust the
position of it with markup in each score. In that respect, the comments
about my previous upload do illustrate the problem: quite some code to
shift through to fix it.

grtz,
Bart


http://www.bartart3d.be/
On facebook <https://www.facebook.com/pages/BartArt3D/169488999795102>
On Twitter <https://twitter.com/#%21/Bart_Issimo>
On Identi.ca <http://identi.ca/bartart3d>
On Google+ <https://plus.google.com/u/0/b/116379400376517483499/>


2014-02-21 22:25 GMT+01:00 David Nalesnik <david.nales...@gmail.com>:

> Hi,
>
>
> On Fri, Feb 21, 2014 at 2:35 PM, Phil Holmes <m...@philholmes.net> wrote:
>
>>  I'm not going to look at it.  To be honest, if you can't be bothered to
>> cut this down to a manageable size, and provide a compilable example, I
>> can't see anyone else bothering either:
>>
>> etude11-20.ly:2:10: error: cannot find file: `../../library/
>> guitarstuff.ly'
>>
>
> Yes.  The idea is to create a simple code snippet which shows the problem
> with as little extraneous detail possible.  Then it's usually short work to
> try it out, fix it, and reply.  (Personally, I don't feel comfortable
> answering questions without having tried something out first, and I'd have
> to make my own working example to answer your question.)
>
> http://www.lilypond.org/tiny-examples.html
>
> HTH,
> David
>
>
\version "2.18.0"

global = {
  \key c \major
  \time 4/4
}
\paper {
 indent = 2\mm 
}

lowerS = \relative c {
  \global
    c8
}

lowerT = \relative c {
  \global  
    c''8
}

%A
\score {
  \new Staff \with {

  } { \clef "treble_8" << \lowerS >> }
  \layout {
  }
  
  \header {
    piece="N°.19."
  }
}
%B
\score {
  \new Staff \with {
  } { \clef "treble_8" << \lowerT >> }
  \layout {
  }
  \header {
    piece="N°.20."
  }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to