Count MIDI ticks from the beginning of the score, not each staff independently. (issue 73610044)

2014-03-11 Thread dak
That approach seems too contorted. The Global context is the one doing the iteration, so it would appear that it should be responsible for recording the global starting time if the Midi output needs it. While one could argue for storing this in some other context, in cases like \score { { \skip

access to all remote branches

2014-03-11 Thread David Nalesnik
Hi, I've had to reinstall LilyDev, and I'm no longer able to see all of the remote branches. When I run git branch -a I simply see: dev/local_working master remotes/origin/master Previously I saw branches from the entire history of the project. Unfortunately, I'm drawing a blank HOW I set

Re: access to all remote branches

2014-03-11 Thread Benkő Pál
hi, I've had to reinstall LilyDev, and I'm no longer able to see all of the remote branches. When I run git branch -a I simply see: dev/local_working master remotes/origin/master you may have cloned only the master branch. try git fetch --all p

Re: access to all remote branches

2014-03-11 Thread David Nalesnik
On Tue, Mar 11, 2014 at 5:03 PM, Benkő Pál benko@gmail.com wrote: hi, I've had to reinstall LilyDev, and I'm no longer able to see all of the remote branches. When I run git branch -a I simply see: dev/local_working master remotes/origin/master you may have cloned

Re: access to all remote branches

2014-03-11 Thread David Nalesnik
Hi again, On Tue, Mar 11, 2014 at 5:39 PM, David Nalesnik david.nales...@gmail.comwrote: [...] Could it be something I need to change in a config file? http://user.name Yes, that was exactly it... Just found this link: