Re: How to decrase the inbeam space

2019-03-02 Thread foxfanfare
Павел Буданов wrote
> Or is there any command for automatic scaling notes with all elements
> including beams? 
> ___
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 
> example.png (9K)
> http://lilypond.1069038.n5.nabble.com/attachment/220487/0/example.png;

Why simply use the magnifyMusic command?

\relative c' {
  \magnifyMusic 0.63 { a32[ b c d] }
}



--
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


Re: How to decrase the inbeam space

2019-03-02 Thread Thomas Morley
Am Sa., 2. März 2019 um 18:45 Uhr schrieb Carl Sorensen :
>
>> From: Павел Буданов 
>> Date: Saturday, March 2, 2019 at 10:28 AM
>> To: Lilypond-User Mailing List 
>> Subject: How to decrase the inbeam space
>>
>> Or is there any command for automatic scaling notes with all elements 
>> including beams?
>
> By design the beam spacing doesn’t scale, because the beam spacing depends on 
> the staff spacing.

That's true _iff_ length-fraction is unset.
If a user overrides it, it _is_ respected:

{
  \override Beam.length-fraction = 0.5
  \override Beam.beam-thickness = 0.2
  c''32[ c'']
}

Cheers,
  Harm

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


Re: How to decrase the inbeam space

2019-03-02 Thread Carl Sorensen


From: Павел Буданов 
Date: Saturday, March 2, 2019 at 10:28 AM
To: Lilypond-User Mailing List 
Subject: How to decrase the inbeam space

Or is there any command for automatic scaling notes with all elements including 
beams?

By design the beam spacing doesn’t scale, because the beam spacing depends on 
the staff spacing.

Thanks,

Carl

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


How to decrase the inbeam space

2019-03-02 Thread Павел Буданов
Or is there any command for automatic scaling notes with all elements including beams?___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user