Re: Changing spacing between notes a lot

2018-04-18 Thread Robert Hickman
ok, I see.

On 18 April 2018 at 17:26, Ben  wrote:
> On 4/18/2018 12:18 PM, Robert Hickman wrote:
>
> How could I do this, but move the whole note instead of just the head?
>
> \tweak Note.X-extent #'(-3 . -1)
>
> Dosn't seem to work.
>
> Also why are two numbers given in the parans if it is only moving the
> X position?
>
> On 17 April 2018 at 19:41, Kieren MacMillan
>  wrote:
>
>
>
> i.e.
>
> \override NoteColumn.X-offset = #5
>
>
> or
>
>
> \tweak NoteColumn.X-extent #'(-14 . 0)
>
>
>
> ...there are many ways to do things but it all would depend on the situation
> and the score.
>
>
>
> ___
> 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: Changing spacing between notes a lot

2018-04-18 Thread Ben

On 4/18/2018 12:18 PM, Robert Hickman wrote:

How could I do this, but move the whole note instead of just the head?

\tweak Note.X-extent #'(-3 . -1)

Dosn't seem to work.

Also why are two numbers given in the parans if it is only moving the
X position?

On 17 April 2018 at 19:41, Kieren MacMillan
 wrote:



i.e.

\override NoteColumn.X-offset = #5


or


\tweak NoteColumn.X-extent #'(-14 . 0)



...there are many ways to do things but it all would depend on the 
situation and the score.



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


Re: Changing spacing between notes a lot

2018-04-18 Thread Robert Hickman
How could I do this, but move the whole note instead of just the head?

\tweak Note.X-extent #'(-3 . -1)

Dosn't seem to work.

Also why are two numbers given in the parans if it is only moving the
X position?

On 17 April 2018 at 19:41, Kieren MacMillan
 wrote:
> Hi,
>
>> I was wondering if there is a way to change the spacing between notes
>> many times in a staff.
>
> There are many ways of accomplishing the thing you describe.
>
>> What I would like to do is to make something like this.
>> 
>
> Here’s one way of doing that:
>
> %%%  SNIPPET BEGINS
> \version "2.19.80"
> \language "english"
>
> \layout {
>   \context {
> \Staff
> \omit Stem
> \remove "Time_signature_engraver"
> \remove "Clef_engraver"
>   }
> }
>
> stuff = {
>   \cadenzaOn
>   \tweak NoteHead.X-extent #'(-3 . -1) g'4
>   \tweak NoteHead.X-extent #'(-1.75 . 2) f' g' c''1 4
>   \tweak NoteHead.X-extent #'(1 . 2.5) a' f'1
> }
>
> \score { \stuff }
> %%%  SNIPPET ENDS
>
> Hope that helps!
> Kieren.
> 
>
> Kieren MacMillan, composer
> ‣ website: www.kierenmacmillan.info
> ‣ email: i...@kierenmacmillan.info
>
>
> ___
> 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: Changing spacing between notes a lot

2018-04-17 Thread Kieren MacMillan
Hi,

> I was wondering if there is a way to change the spacing between notes
> many times in a staff.

There are many ways of accomplishing the thing you describe.

> What I would like to do is to make something like this.
>  

Here’s one way of doing that:

%%%  SNIPPET BEGINS
\version "2.19.80"
\language "english"

\layout {
  \context {
\Staff
\omit Stem
\remove "Time_signature_engraver"
\remove "Clef_engraver"
  }
}

stuff = {
  \cadenzaOn
  \tweak NoteHead.X-extent #'(-3 . -1) g'4
  \tweak NoteHead.X-extent #'(-1.75 . 2) f' g' c''1 4
  \tweak NoteHead.X-extent #'(1 . 2.5) a' f'1
}

\score { \stuff }
%%%  SNIPPET ENDS

Hope that helps!
Kieren.


Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


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


Changing spacing between notes a lot

2018-04-15 Thread nokel81
Hello I was wondering if there is a way to change the spacing between notes
many times in a staff. I have tried using \newSpacingSection and \override
Score.SpacingSpanner.spacing-increment but it has not worked.

What I would like to do is to make something like this.
 



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

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