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 1 ... } }
the only actually available context _is_ the Global context if we want
to have the skip make an impact on timekeeping.  So here is where we
need to record the starting time.

https://codereview.appspot.com/73610044/

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


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 things up then, and searching
about the CG isn't getting me anywhere.  Any ideas?

Thanks,
David
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


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

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


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 only the master branch.  try
 git fetch --all


Now I remember having used that command before.  Unfortunately, when I try
it now I still get the three branches.  Could it be something I need to
change in a config file?  Running git config --list gives me:

user.name=David Nalesnik
user.email=david.nales...@gmail.com
remote.origin.url=ssh://dnales...@git.sv.gnu.org/srv/git/lilypond.git
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=ssh://dnales...@git.sv.gnu.org/srv/git/lilypond.git
remote.origin.fetch=+refs/heads/master:refs/remotes/origin/master
branch.master.remote=origin
branch.master.merge=refs/heads/master
branch.master.rebase=true

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


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:
http://lists.gnu.org/archive/html/lilypond-devel/2012-02/msg00165.html

I ran git config --edit and made the manual change.  Now git fetch --all
gets everything.

Thanks and sorry to tread familiar ground.  Apparently my searching skills
aren't that hot.

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